Devin Jean

Results 12 issues of Devin Jean

Dynamically generated services (e.g., in [MetMuseum](https://github.com/NetsBlox/NetsBlox/blob/84c968b464806a8d3fce0ddccaeae943e03eb90b/src/server/services/procedures/met-museum/met-museum.js#L115])) seem to not conform to the same doc metadata format (missing fields), which breaks and causes some `undefined` values in the `help...` menu.

Calls to `ParallelDots.getSarcasmProbability` hang and eventually give back a 524 timeout error.

out of our control

Some students are having issues where they cannot create NetsBlox accounts for saving projects. When they put in their username, they get a generic invalid username error. One of the...

These are the fused ops that were removed from #3369. @brollb I'm curious about your RAII idea. I actually wanted to do something like that initially, but I didn't know...

More LLVM intrinsics that were needed to analyze my current project.

Adds some more `Any*` types that I needed for dynamically-assigned peripherals in my current project. Note that some traits were changed from `fn () -> T` to `fn (&self) ->...

I'll preface this by saying I'm not sure if this is an issue for this crate or `embuild`. I've been using `branch:release/v4.4` for a while, but recently they seem to...

Output: ``` [VERBOSE-2:shell.cc(1004)] The 'motion_sensors/accelerometer' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do...

I know it was mentioned in #325 that Arduino sketch translatability may not be a feature going forward, but in case it is, I have the following bug to report....

I'd actually like to use this lib in a no-std crate I'm developing, so here are some minimalistic changes to support no-std environments. The only bad part is that now,...