Tomasz Ścisło
Tomasz Ścisło
In general I observed that amCharts 5 is poorly typed. In many cases props are typed as unknown which causes issues with TypeScript based projects. I think that the most...
Is it possible to use tooltipHTML in following example: https://codepen.io/tscislo/pen/poLdNaa
Why still use bower when npm3 has flat dependencies? TS
``` import moment from "moment-business-days"; moment.updateLocale('us', { workingWeekdays: [1, 2, 3, 4, 5] }); console.log(moment('2021-04-10', 'YYYY-MM-DD').isBusinessDay()); console.log(moment('2021-04-11', 'YYYY-MM-DD').isBusinessDay()); console.log(moment("2021-04-05").businessDiff(moment("2021-04-09"))); // Friday // LOGS 4 console.log(moment("2021-04-05").businessDiff(moment("2021-04-10"))); // Saturday // LOGS 5...
Hey! @redux-devtools/cli uses socketcluster-server underneath but not all parameters passed to @redux-devtools/cli propagate to socketcluster-server. For example it is not possible to pass pingTimeout or pingTimeoutDisabled which would be beneficial...
NgJsonEditorModule is properly imported in module, but during build time I got an error like the component does not exist: "Can't bind to 'debug' since it isn't a known property...
Hello, I'm using socketcluster-server with @redux-devtools/cli and I get ping/pong timeouts even with default settings. Version that is used is 17.x I an se that inner ping messages are sent...
This package uses very obsolete version of socketcluster-client which is incompatible with new socketcluster-server. There is a problem with protocol version. Will this package be updated any soon?
When using ext reloader **source maps** in development mode are broken. I'm sure that ext reloader couses it because, when I disable ext reloader mapping between source code and bundled...
### Describe the bug With vite 6.2.4 and React 19 with TS 5.8 I was unable to make typescript checker to work ### Reproduction I don't see any type checking...