-
```
Since r1940, the Options menu changes the
background of the currently selected item. This was
a necessary change since the previous solution
(highlight the text of the currently selected item) …
-
Given the following input:
```
(module
(memory 1)
(export "memory" memory)
(export "main" $main)
(func $main (result i32) (param $x i32) (param $y i32)
(local $z i32)
(set_local $z (i…
-
As shown here: http://try-haxe.mrcdk.com/#DeCd8
Calling `Context.typeof` can cause monomorphs to harden. So my strategy of "call typeof until one succeeds" is not 100% fail-safe.
I could warn if…
-
With https://github.com/whatwg/dom/issues/808 still unsolved it seems somewhat hard to figure out how batch mutations would have to change that "unknown" model. (Because even if we disable mutation ev…
-
Hey all,
I noticed that global torch settings are changed when totalsegmentator.python_api.totalsegmentator is called.
They are not restored once the function finishes and can lead to significant pe…
-
## Describe the bug
Bundle size increases by ~12kb (gzipped) just by importing the `Modal` component of `react-overlays`.
## To Reproduce
Steps to reproduce the behavior:
1. Install `reac…
-
The output below is correct, `a` seems to be a global exception id, however, such side effect is not observable, is it possible to remove such code(ideally, I should get an empty output)
``` js
// In…
-
Girder.events is a good example
-
@CelticMinstrel [points out](https://github.com/wesnoth/wesnoth/pull/3800#issuecomment-450673922) that [WFL formulas that uses the dice operator](https://github.com/wesnoth/wesnoth/pull/3800#issuecomm…
-
https://github.com/trailsjs/trailpack-express/blob/master/lib/server.js#L214
If I specify a route with `*` as my 404 this reverse does not make it the last route which is part of express spec. We m…