Gregory Huczynski
Gregory Huczynski
Hi there globalise (v1.7.0) number formatting is incorrect for cldr-data (v36.0.0), when cldr numeric digits are from the UTF-16 [supplemental plane](https://en.wikipedia.org/wiki/UTF-16#Code_points_from_U+010000_to_U+10FFFF) (from U+010000 to U+10FFFF). Short example, discussed below: 44.56...
It's hard to debug anything running under broccoli-timepiece, as the output is just 'Build failed'. This tiny pull request addresses this by also printing out the error. It's non-optional as...
Hi there, Upgrading guard to latest 2.2.2 breaks guard-jruby-rspec, which fails on 'guard' startup. Error message: 19:23:42 - ERROR - Invalid Guardfile, original error is: > [#] wrong number of...
### Coffeescript bug (runtime error) ``` "civet coffeeCompat" class API HTTP_GET = 'GET' HTTP_HEAD = 'HEAD' HTTP_VERBS = [HTTP_GET, HTTP_HEAD] callApi: -> console.log HTTP_VERBS[0] (new API()).callApi() # Next line errors...
Hi there I just noticed that -XX:+UseContainerSupport is not present in $JAVA_TOOL_OPTIONS for my app running JAVA_VERSION="22.0.1" (this is the exact line in $JAVA_HOME/release file) Eyeballing the code, [this grep...
As discussed on Discord.. The esbuild+unplugin generated sourcemap has an incorrect `source` attribute for a civet file imported from a `node_modules` package: * Bad: `"../node_modules/civet-pkg/lib/node_modules/civet-pkg/lib/math.civet"` * Should be: `"../node_modules/civet-pkg/lib/math.civet"` As...
**Environment Information** Am running JRuby 10.0.1.0 on IBM Semeru JDK 23.0.2 / Ubuntu 24.04. ``` ruby -v jruby 10.0.1.0 (3.4.2) 2025-07-17 0f10d1dfdf Eclipse OpenJ9 VM openj9-0.49.0 on 23.0.2+7 +indy +jit...