Hitko Development

Results 17 comments of Hitko Development

@JoshuaToenyes (+ @madarche and everyone else): Convict split up across 3 packages, and changed a few other things along the way. As this seems to be the way to go,...

> Do you realize that you ask a typescript API to people that don't use TS? Split 3 packages that was a little change (some format are now optionnal, is...

@bmartinson I have no idea when or if this is getting merged. In the meantime you can use `npm i ngx-sortablejs@npm:nxt-sortablejs` to install an updated version as an alias.

Perhaps it would be also good to improve the current way of storing certificates in the KV storage, because currently Traefk has to read / write a lot of data...

It seems to be related to some changes introduced in https://github.com/angular/components/pull/28356, you can try to set `"@angular/cdk": "

I've also experienced this problem, I managed to solve it by adding white background to my PNGs, but that's not always the desired behaviour.

Actually, even with properly installed fontcustom it doesn't work on Windows, throwing `Error: C:\...\icons doesn't contain any SVGs.`. The solution is to replace Windows directory separator (`\`) for the Unix...

Right now it's pretty much impossible to run tests if you use any new features from `@angular-devkit/build-angular:application`, because Karma and Jest still use Webpack.

> [@derek-ho](https://github.com/derek-ho) The cluster is starting up, but when I enter the custom password set in OPENSEARCH_INITIAL_ADMIN_PASSWORD, its throwing the exception I shared. However, admin/admin is perfectly fine. Same for...

Pinning it to `"[email protected]"` seems to fix the issue; not sure what changed in-between to cause a memory leak.