Pierrick Rouxel

Results 9 issues of Pierrick Rouxel

Hi, I have this error when I do `java -jar my_executable_jar.war` after upgrading from jruby 1.7.20 to 1.7.21. ``` org.jruby.exceptions.RaiseException: (SystemCallError) Unknown Error (0) - .gitignore ``` You can find...

Hi, Is it possible to add support for WebSockets ? I try to use faye with jruby-rack but it doesn't work. It's now compatible with JRuby and works well with...

feature

All components use react-css-themr. It's now possible to build themes for react-transmission. This allows to develop a new UI without lost the goal of keep the same UI of actual...

Hi, I post this issue for propose to add PL/SQL support (callable statements) to activerecord-jdbc-adapter. I wrote a plugin to add this functionality to your project. You can found it...

feature

The PieChart `data` type is customized to be: [category: string, value: number][] So the `data` prop inherits from ECharts and doesn't match the component expected value. https://github.com/rsuite/charts/blob/fd0ae35f81ee044048f4aeb822bd096911e8f77b/packages/charts/src/charts/PieChart.tsx#L19C15-L19C15

Importing `BarChart` from `@rsuite/charts` causes a Typescript error. Since typescript 4.7 the `package.json` must contains types in the `exports` attribute. You can find the documentation here: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing Can you fix...

Add optional support to JPA relationships. The feature can be activated with the following config: ``` generateRelationships: true ```

### Changes Adds `length`, `precision` and `scale` support on @Column annotation. Concerns only `String` and `java.math.BigDecimal`

### Changes * Allow to use .env files with plugin https://github.com/uzzu/dotenv-gradle * Fix multiple env var replacement in string (ex: `url: "jdbc:sqlserver://${DATABASE_HOST};trustServerCertificate=true;database=${DATABASE_DATABASE}"`) ### Description The JDK doesn't offer solution to...