Sean Anderson

Results 139 issues of Sean Anderson

Hey, If I add HTML mark-up to an alertify log -- it works fine! I've bound an event to a hyperlink in the log message. This works fine in all...

Hey there, I tried to pack an object which stored values as BigNumber. This failed. ``` function parseNumber (arg) { var type = typeof arg if (type === 'string') {...

type: discussion / question
type: bug
eval: needs validation
eval: needs context
help wanted

Currently I do: ``` const batch = new Batch(); batch.concurrency(20); ``` I would like to have the ability to do: ``` const batch = new Batch({ concurrency: 20 }); ```

ideas

Hey there, Using the library a lot for a project. Really appreciate the effort you've put into it. Thanks. I ran into a weird bug with my program and it...

Currently, when copying a file from src to dest with grunt-contrib-copy the last modified time of the file is not updated. It would be nice to have the ability to...

in progress

code is binding to mouse buttons but not touch interactions so it doesn't work on WASM mobile I'll probably put up a PR for this later today, I'm fixing it...

Hello! 👋 Thank you for your plugin. I discovered a bug in it when trying to adopt it and have a proposed fix. I'm very new to Rust/Bevy, so my...

bug

Consider an example similar to the one shown in `examples/clamped_borders.rs` but modified to account for the concern highlighted in https://github.com/johanhelsing/bevy_pancam/issues/42 So, we have code like this: ``` commands.spawn(SpriteBundle { transform:...

Hello! :D I am working on creating a follow-up response to you regarding the PR I proposed a few months ago. In attempting to recreate my issue I realized that...