Skip to content

issues Search Results · repo:gosub-io/gosub-engine language:Rust

Filter by

103 results
 (55 ms)

103 results

ingosub-io/gosub-engine (press backspace or delete to remove)

ureq_impl.rs:24 Agent::new_with_defaults().into() cause panic while starting when there had an empty https_proxy env on manjaro linux with ureq-3.0.3/src/proxy.rs:87:44 called `Result::unwrap()` on ...
  • JasonHonor
  • 2
  • Opened 
    on Feb 8
  • #793

At this moment, the HTML and CSS parsers are working, but are pretty isolated from eachother. To add some performance boosts, the html5 parser should be a bit smarter. - Parse HTML code until we find ...
html5 parser
  • jaytaph
  • Opened 
    on Jan 26
  • #779

When we do a make fix-format , clippy should be able to reformat our code properly.. The CI system should be able to check for any issues and fail if there are formatting issues. Somehow, it seems that ...
github actions
good first issue
  • jaytaph
  • 1
  • Opened 
    on Jan 12
  • #764

For instance, see: https://github.com/gosub-io/gosub-engine/actions/runs/12734650986/job/35494476939?pr=762
github actions
good first issue
  • jaytaph
  • 4
  • Opened 
    on Jan 12
  • #763

We can improve performance by using cow_utils, and automatically check in clippy. We have done similar work before, and if necessary and possible, I would like to provide pr for gosub. Related issue: ...
  • heygsc
  • 2
  • Opened 
    on Jan 12
  • #761

The github actions are running, but we are probably able to speed things up a bit.
ci
github actions
  • jaytaph
  • Opened 
    on Jan 2
  • #753

Right now we have a very open clippy policy (the default basically).. We probably want to have a more strict setting of clippy rules. An initial idea was: [workspace.lints.clippy] #perf = { level = ...
  • jaytaph
  • Opened 
    on Jan 1
  • #752

In V8, we can use the GC to directly tie the Rust Struct to the JS Object. We Probably should use that because the current implementation uses a Rc RefCell mess. The Rc gets cloned for every method that ...
javascript api
javascript
  • Sharktheone
  • Opened 
    on Dec 30, 2024
  • #748

We need some system, so we can use some kind of extends in the scripting part. Internally, this will just be a field that holds the struct we want to extend from. For example, if we have a UIEvent struct ...
javascript api
javascript
  • Sharktheone
  • Opened 
    on Dec 30, 2024
  • #747

Currently, all traits defined in the gosub_webexecutor are JSSomething, even tough they probably can be used also used for other languages like Lua. So we need to try to make them less specific about JS ...
javascript api
javascript
  • Sharktheone
  • Opened 
    on Dec 30, 2024
  • #746
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub