jalberto-ghub
jalberto-ghub
This issue is related with [The wrong meaning of MaxAge](https://github.com/Simonwep/java-express/issues/22) which I filed as a separate issue.
Do you know when your fixes will made it through to the main repository, if at all?
I do not think these combinations of N6.x + A9 where ever more than experimental. The real support is for N7.0 + A10 where these stuff is resolved but still...
I am using side-drawer but with **"@angular/compiler-cli": "^10.0.14"**, Have you tried deleting you `node_modules` and then `npm i`?
This is a major issue, on 1.3.2 the UI does not allow changing the modified name. You have to do acrobatics on the schema definition to get to fix it....
The main problem with this is not how it looks on the JSON but what happens when one tries to use the schema to create a new node instance. The...
In addition to this there does not seem to be a way to delete an entry on a list field. You can add new entries to your content but you...
A probably interesting alternative would be to associate interfaces to Gleam modules. After all core in Gleam, like in Erlang lives in modules. That would allow having generic implementations that...
I was thinking more in the sense of modules implementing interfaces: ``` A.gleam: implements Collection // uses lists as the representation ``` ``` B.gleam implements Colection // uses some super...
I am very new to Gleam but as opposed to types, it seems to me behaviours are defined by modules and not by types. It may make sense for a...