Justin Niessner
Justin Niessner
@webark @Silverdark Personally, I wouldn't do things this way (there was a single component in our project using a *.css file that should've been a *.scss file). It's just a...
What's interesting is that `symlinkOrCopy.canSymlink` seems to be returning `false` as well. I would expect that value to be `true` as it uses Node's `fs.symlinkSync` internally and should only throw...
It looks like you forgot to set the `{ async: true }` option on your `belongsTo` relationship. Give that a shot and see if the request gets sent.
@lazyboy1 When I originally wrote this, it was for a specific use-case where all of our data was nested in the initial response. I'll take a look later today and...
@vmrocha This project is definitely still relevant. Several teams are using it production but haven't hit this issue. Unfortunately I've been busy with upgrading a few of our projects to...
@barryofguilder I'll take a look tonight. Thanks for the PR!
@barryofguilder Sorry for the delay. I've been slammed with personal and work stuff. It's finally slowing down a little. The code is pretty straight forward, I just need to see...
Still happening with the Installer for 4.38.0.
Confirmed, still an issue w/ 4.39.0.
I'm not sure if it'll help anybody else, but I was able to work around the installer issue by: 1. Ensure Docker Desktop is closed and all services are stopped....