brendan c
brendan c
i think this work was completed, or that in any case the conversation about managing releases has moves on in the last couple months. Closing this issue as done/stale, can...
I quite like the idea of being able to add options to the `ti.kernel` decorator @yuanming-hu. This does seem like a very extensible path to a lot of interesting use...
Update: this definitely seems to be a tricky race condition kind of thing, because inserting a brief delay allows the tests to pass. Here's an updated sandbox https://codesandbox.io/s/nifty-hofstadter-wnouo And I'll...
Ok thanks I'm an idiot. For whatever it's worth: I think what was happening is that the icon there looks like part of the "GRAPH" header, and so my eye...
reassigning to @AdityaHegde
It's an [XBox Wireless Controller](https://www.microsoft.com/en-us/d/xbox-wireless-controller/8xn59crbsqgz). Sorry if I've filed this in the wrong place! Does anyone on the bevy team have permissions to [transfer the issue over there](https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository)? (I can...
(fwiw while we sort out the right place for this issue)-- using: `axes.get(GamepadAxis(gamepad, GamepadAxisType::RightZ))` with `axes: Res` rather than: `button_axes.get(GamepadButton(gamepad, GamepadButtonType::RightTrigger))` with `button_axes: Res` does the trick for getting the...
part of #3679
the crash is in transposeArray: ```js export function transposeArray(arr, rowCount, columnCount) { const columnarBody = []; for (let i = 0; i < columnCount; i++) { const column = [];...
possibly closed by #4042 and @djbarnwal has additional work that might help in https://github.com/rilldata/rill/pull/4154. Going to close this since we can't directly reproduce, can always re-open if this error code...