Henrik Feldt
Henrik Feldt
E.g. this fails `yarn docker build --copy client/corp.js @corp/api` with ` YN0001: │ Error: Invalid filename: "client/corp.js"` I want to copy a folder into the dockerfile. Any escape hatch around??
Report from using the nyc project, but crashing inside this library (`node.loc` presumably). Output: ``` $ yarn coverage:report yarn run v1.22.0 $ nyc report --reporter=lcov --report-dir=./coverage Cannot read property 'loc'...
Adding travis build, adding .env file for .Net 4.6.1 compilation (if needed).
It would be nice to be able to add constraints over more things than relations, similar to how [cKanren][paper]/[impl][impl] does it. Perhaps it could be merged into https://github.com/dungpa/Z3Fs as a...
It's hard to get started. The unit tests seem to test non-functional requirements (doesn't overflow).
Hi there, I would be great to have a high-performance binary parser in F#. Are you considering maintaining and moving forward with this project?
`Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults` For config: ``` config.hiera.config_path = './tests' config.hiera.config_file = 'vagrant-hiera.yaml' config.hiera.data_path = './tests' ```
Initial section on Hello World for web programming. Funky text markup, so I hope I reverse-engineered it correctly.
**Is your feature request related to a problem? Please describe.** As a developer utilising your docker images on a M1/M2 Apple MacBook computer, the latest versions of Docker Desktop fails...
**Describe the bug** If the database, or redis, is unavailable, the docker containers don't crash. This stops them from auto-healing (e.g. DNS recovering and injecting the env var). **To Reproduce**...