Tim Daubenschütz

Results 222 comments of Tim Daubenschütz

Might be interesting to see how @iredjee is solving it in the js driver: https://github.com/bigchaindb/js-bigchaindb-driver/pull/98

Mhh, I wonder if the stringification of an asset's float should be the user's responsibility. I see a few options here: 1. stringify in the client (then there is also...

It's not the responsibility of the driver, except for maybe its documentation. @ttmc Where do you think this information should be documented?

For me, I also tend to run into these problems regularly and the problem is that before, in node.js, it seems something is dumping loads of data into my shell....

At neume-network we're also using this action and sparing some files from being deleted would help us: - https://github.com/neume-network/data/blob/089cb1b25c95435ab04fe05aaa767aa5c9197d0f/.github/actions/run_step/action.yml#L68-L79 - https://github.com/neume-network/data/issues/26

I'm happy to report that my branch ran successfully on my repository and preserved the file defined as an input: https://github.com/cpina/github-action-push-to-another-repository/pull/77 - call-block-logs-transformation isn't being deleted (while all other files...

I think the option would be more useful if multiple files at once could be excluded. Any ideas? use a grep in regex mode?

> Tried setting it up, didn't change anything, and found that the Module() call [on this line](https://github.com/TimDaub/wasm-synth/blob/master/src/js/worklets/synth.js#L6) returns a Promise. Interesting. I'm not aware that it returns a promise. I...

You're correct. I've noticed this problem a couple of times already too. My suspicion is that it has to do with how the `AudioContext` and the WASM module are initialized,...

> -instead of running init not on the first button pressed, runs it when the page loads (via another **start** of whatever) Yes I'd love to do that but in...