fetsorn
fetsorn
> I think we could maybe replace the current method name, and args with Context Preencoding context along with the args is a good point. I don't know what's cleaner,...
If we go for omittable fields, Box is more straightforward. > Box is used to wrap primitive type such u32 which cannot be null. After boxing, the primitive type can...
Right now we are expecting the workflow file to be valid, and we use the Workflow type provided in core-js. We should add support for workflow files to @polywrap/polywrap-manifest-schemas and...
This is still an issue on master, PR'd @Zarzuelo's changes in #10
@Leopere feel welcome to commit the dockerfile to https://gitlab.com/norcivilian-labs/genea as well. We maintain a fork with vue3 and bugfixes while we wait for this to get a new maintainer.
> > +1 > > I also am having this same issue now with Electron 20, using the Webpack plugin (https://www.electronforge.io/config/plugins/webpack). My local preload script combines with webpack to a...
ping @aymanbagabas, should I improve this so you can merge? make all rules "*" perhaps for consistency?
I added three lists to the http section of yaml configuration ``` yaml # The HTTP server configuration. http: # The address on which the HTTP server will listen. listen_addr:...
I brought out the "cors" configuration struct. I believe that "allowed_headers" is more correct than just "headers" because it corresponds to gorilla's variable`handlers.AllowedHeaders" and the preflight header Access-Control-Allow-Headers.
@aymanbagabas What can I improve to bring this closer to merge?