Asger Noer

Results 7 comments of Asger Noer

Hi @sergiou87 Just tried the beta build. Seems to work. I found a bug though. If it is made fullscreen on display 1 and then moved to display 2 or...

Hi @Quantumplation, Sorry for not getting back to you sooner. Shared value types seems like something that could be solved with a `@shareable` directive. This would make it very clear...

Hi, Again, sorry for the late reply. The nature of a serverless function is to have no state. Bramble holds a lot of state about the services it federate. From...

Do you know how the cold-start problem would translate to other cloud providers other than AWS? I think, we should be cloud provider agnostic and relying on the specific internals...

I'm also having this issue. As far as I can see this is the section in need of modification. https://github.com/deepmap/oapi-codegen/blob/46d269400f4bd1f4da2f5e6b84cdf7f3f2d753dd/pkg/codegen/templates/constants.tmpl#L1-L6

But @tempcke, if you want to fix this before a fix is made in `oapi-codegen` there is an option to do the following: Create a local `templates/constants.tmpl`: ```tmpl {{- if...

In a similar vain... It would be nice to have a way to clean out branches not longer being tracked remote.