jhpetersen
jhpetersen
I just stumbled upon this issue, setting up a fresh new Ionic 6 / Capacitor project, following the recommendation to migrate from protractor to cypress - and immediately had problems...
Same same for me: i would like to store security data within a local SQLite db, but as all read/write operations are asynchronous, it is impossible to implement a custom...
Hey, i stumbled upon this issue and nearly have the exact same question / use case: My app should allow offline access (if already authenticated) to protected local angular routes,...
Hi Michael, i created a [minimal repo to reproduce the issue](https://github.com/jhpetersen/HC13.8_MutationConventionEnumIssue). There seems to be a problem with MutationConventions and enum input parameters with a default value. By downgrading to...
Hi, just a short ping: is the bug reproducible / can you confirm it with the provided repo? (This is holding us back from being able to update to 13.8,...
Hey, as this bug still exists on HC 13.9.0, i cloned the HC repo and added a test case with mutation conventions enabled and an enum input parameter with a...
Hey @michaelstaib, it's now 4 month, could you please review this issue and either remove the investigate label or explain which information is still needed to get this fixed? Thx...
Wow, thanks, i would never have suspected that to be the cause 😮 👍 I modified the parameter name as a trial and it worked: ``` var multipleParamsExpression = $"FooBar.{nameof(MyCustomClass.GetSomeValue)}(input)";...
I would have liked to propose a PR, but just realized that synchronous calls to `StoragePersistenceService` read/write/remove/clear methods spreads over a lot of services/classes and these in turn are also...
I have the exact same problem and concerns about this, like @Spaier we have a domain object with polymorphic objects or lists of those (f.e. different implementations of a base...