Jacob

Results 158 comments of Jacob

It's been over a year now, so I suspect that there should be a straight-forward migration path to dropping jade in favor of pug. What needs to be done? Can...

This is still a problem, and it actually happens in some other cases too (doesn't have to be dragged onto itself). Here's the line that throws: https://github.com/mharris717/ember-drag-drop/blob/687f7debed01f4ab38ee893748c87dfc74b23779/app/models/obj-hash.js#L24 ## Steps to...

> Heads up. I have a feeling this package isn't maintained or monitored anymore. There are a number of unanswered issues/PRs/questions in here. > > I'm not an official anything...

2 hours later here's what I have :rofl: ```diff export default setModifierManager( (owner) => ({ - capabilities: capabilities('3.13'), + capabilities: capabilities('3.22'), createModifier(factory) { - return new factory.class(); + return new...

Fork available in case anyone cares https://github.com/jacobq/ember-did-resize-modifier/tree/jacobq/ember-4x ```diff - "ember-did-resize-modifier": "^1.0.0", + "ember-did-resize-modifier": "jacobq/ember-did-resize-modifier#566bf6ef1f85d727987e06547aab13d323dff254", ```

> This issue has been tagged with `NEEDS SPON$OR` > ... Given that I personally don't have $20k to throw at this but would happily donate 0.1% of that to...

Is this the same issue as the following? ``` > docker build -t buildtools2022native:latest -m 2GB . Sending build context to Docker daemon 6.656kB Step 1/13 : ARG FROM_IMAGE=microsoft/dotnet-framework:3.5-sdk-windowsservercore-1709 Step...