MirKml
MirKml
I see you drop fork completely - 👍. Little bit sad that it's only for sb 7.0+, but it's OK, workaround with package.json overrides works. I will looking forward for...
> I have a somewhat controversial suggestion: automatically bind class methods in `makeAutoObservable`/`makeObservable`. The idea is to set `{ autoBind: true }` as the default, while still offering the option...
Same here - latest correctly working version is 4.8. for latest - 4.11 - isn't possible type into time picker any number with dateFormat="HH:mm". It immediately crashes with Range Error....
Thanks for workaround. But I agree with @SimenB. Problem with "ESM compliant" packages is mostly on packages itself and its types. Particularly for frontend packages. These are primary used with...
I'll try `latest`, this is what I'm using when everything is fine. It's same as `2.4.62-debian-12-r5`
Error persists for `2.4.62-debian-12-r5`, `latest`, container doesn't start. `2.4.62-debian-12-r3` is last working. ``` apache 20:53:33.97 INFO ==> ** Starting Apache setup ** apache 20:53:33.99 INFO ==> Generating sample certificates Certificate...
Let me know pls, when it will be released (or close a resolved). I will test `latest` again.
latest works fine ``` apache 10:54:06.74 INFO ==> apache 10:54:06.74 INFO ==> Welcome to the Bitnami apache container apache 10:54:06.74 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers apache...
@JamesHenry current LTS node.js was promoted last week from v20 to v22 - node LTS is now 22.11.0 see https://nodejs.org/ and on this, punycode warning is back even on latest...
Yes, according first report, punycode is deprecated as core module in node. In docs https://nodejs.org/docs/latest-v22.x/api/punycode.html - punycode is deprecated since node v7 :-) As I see, it's used in whatwg-url...