H3rby7

Results 12 comments of H3rby7

For me adding the code below worked: I was missing to pass the `conversionService` to the new SpecificationArgumentResolver at first, which made it not work. Now it does work fine....

Windows 11, Problem persists (installed version 1.9.6+1904 For me it is 'even worse'. CPU | Memory --- | --- around 17% | around 100MB These are the resources, before I...

> It seems there where a few changes in flutter regarding cpu usage on windows: > > * [Flutter desktop Windows Release High CPU usage flutter/flutter#78517](https://github.com/flutter/flutter/issues/78517) > > * [Remove...

@stanislas-m was there any progress on this issue? Is there anything I could do to fix it? Apart from the CDN friendlyness this issue also prevents asset helpers being useful...

Quick GIT way to achieve it is to go into the `googletest` dir after the git sub-module download and do `git checkout main && git pull`. Clear the existing `build`...

I guess since Blockly is in the global var space we would need to add a switching mechanism and load/unload Blockly once when switching between workspace mode of categories and...

+1 also having this issue

I had this issue with wanting to run things in docker and ended up hacking myself a little workaround -> https://github.com/H3rby7/clasp-docker

Any progress on this? Without this, it renders the code generation for different languages kind of useless as for example the current GOLANG structs are not in sync with their...

It just looks like a lot to me, judging from the amount of code (changes) and I am not sure exactly where to start with it. As far as a...