efx
efx
Thank you for putting in the time to create this library @PoiScript! I am considering using it in another project but am not sure about your goals for this project....
As a user of vertical-collection, I would like to avoid using a workaround when building my application with [embroider](https://github.com/embroider-build/embroider). See @ef4's helpful analysis and workaround here: https://github.com/embroider-build/embroider/issues/169#issuecomment-491953938
As a cargo user, I expect to be able to run packages from a cargo workspace. 1. I ran: ```sh cargo run --bin rustls-server ``` It errored with: ```sh Running...
I encountered a case where a nested relationship does not get serialized properly because it had a prototype other than null. Copy the following into the root of the repo...
Out of the box, the avoid leaking state rule shows an error for an engine's configuration: ```js const Eng = Engine.extend({ modulePrefix, Resolver, dependencies: { services: [ 'foo' ] }...
I tried running the fuzzer but it errored on the install: ``` $ ./run-fuzzer.sh info: using existing install for 'nightly-x86_64-unknown-linux-gnu' info: override toolchain for '/tectonic' set to 'nightly-x86_64-unknown-linux-gnu' nightly-x86_64-unknown-linux-gnu unchanged...
As a developer I would like to customize the default filename for PDF output when converting a LaTex file from standard input. ## steps 1. `cat my-document.tex | tectonic -`...
Thank you for building this tool! I need to watch my disk usage so this makes it *easy*. I did notice the screenshot still refers to `project-cleanup`: https://github.com/woubuc/sweep/blob/master/readme_screenshot.png For consistency...
I created a new ember application with yarn as the default package manager, and saw a rollup error after `ember install ember-table`: ``` /v/f/r/1/T $ ember new --no-welcome --yarn true...
As a developer, I would like to run the test suite without seeing deprecations: ``` ok 174 Chrome 75.0 - [246 ms] - Integration | selection > misc: selecting all...