Leon Radley
Leon Radley
make sure to deploy the latests versions to http://www.asual.com/maven/content/repositories/releases
Is it the latest version is 1.2.3-SNAPSHOT but which should indicate that the latest released version is 1.2.2 Why can't I find them in your repository?
### Is this a regression? Yes ### Description The akita package.json does not include `"type": "module"` https://unpkg.com/browse/@datorama/[email protected]/package.json and node will treat "main" field as commonjs if not specified. https://nodejs.org/api/esm.html#esm_enabling I'm...
Hi, I’ve got a question. I got it working and the bundler works great in my next.js app. But since the content isn’t bundled by webpack anymore, it means I...
When pressing upload button it works the first time, but it will not upload the second time :(
If I inject the the bean registered as oAuth2RestTemplate it will pass on the user token. If I want to pass on a client_credential would it be correct to do...
When we try to save the images to png, it has to base64 encode the images before we then convert them back to a Buffer. But with toBlob we get...
#### Documentation Feedback I find myself getting stuck on this again and again, and I've been using angular and material since it's inception, so by now it should have stuck...
Hi! I've started on a slick demo, since the in memory demo doesn't tackle a lot of the problems with how to extend the Identity and implement all the needed...
My Christmas contribution is trying to get AVIF support in GLTF, Babylon and Three. I Did a PR for the GLTF spec which you can find here https://github.com/KhronosGroup/glTF/pull/2235 I have...
NX does not handle multiple configurations: nx run app:build --configuration=production,stage-env
## Expected Behavior When running commands using `nx`, they should behave the same as `ng` This works ` ng run app:build --configuration=production,stage-env ` this does **not** ` nx run app:build...