Dasa Paddock

Results 14 issues of Dasa Paddock

**Is your feature request related to a problem? Please describe.** `Math.IEEEremainder` isn't implemented and is commented as such at: https://github.com/google/j2cl/blob/master/jre/java/java/lang/Math.java#L34 **Describe the solution you'd like** Add support for [Math.IEEEremainder](https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html#IEEEremainder(double,%20double)) **Describe...

I'm getting this warning in my build: `warning: unresolved symbol: $FS` This goes away if I comment out this line: https://github.com/charto/nbind/blob/master/src/nbind.gypi#L35 Is there a better way to remove this or...

I'd like to change the output name used by emscripten to not be "nbind". Is this supported? I tried renaming nbind.js, but it still looks for nbind.js.mem which I'd also...

**Bug** Outdated doc at: https://github.com/dojo/core/blob/master/README.md#promise `@dojo/core/Promise` doesn't exist. Package Version: 2.0

# Bug report **What is the current behavior?** The calls to static members of the class fail inside the class body when the name of the class in a class...

bug
X1: Inspection required

**Bug report** I'd like the output code to support this use case: https://esbuild.github.io/api/#drop-labels I'd also like to not set `compress` to `false`, but I didn't find another way to keep...

good first issue

I see you've mentioned this as being MIT licensed in the readme.md and package.json, but I think it needs a LICENSE file to be present as well. I've used the...

Spec: https://github.com/WICG/observable Status: https://chromestatus.com/feature/5154593776599040 Repro: https://github.com/WICG/observable/issues/39#issuecomment-1933132797 Hopefully the spec is changed such that `on` is not added to `EventTarget`, but just in case, I've prototyped this potential workaround. I'm not...

This is an enhancement request. I think this setting would reduce unnecessary JS code and complexity in the output that's left unused when `locateFile` is defined on the Module. Perhaps...

`tsgo` returns this error: ``` tsconfig.json:15:5 - error TS5023: Unknown compiler option 'libReplacement'. 15 "libReplacement": false, ~~~~~~~~~~~~~~~~ ```