Amir Laher

Results 43 comments of Amir Laher

Hey. This looks good. Definitely ought to be that fs.PathError, The docs say it should always return a PathError. Oops. Would you like to make a Pull Request?

Hi Hein, I _think_ what you're missing is that it's a remote call to scp on the _other_ machine, which gets started in 'sink mode'. Basically, an scp client connects...

No worries, I was also surprised when I realised how it works. On Wed, Jul 16, 2014 at 3:52 PM, Hein Meling [email protected] wrote: > Thanks for the clarification, and...

I think I know where the problem is ... https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/summary/module.lua#L93-L93 It's trying to take a full path to the norg file, and strip out the workspace location from the start...

Hey @vhyrro , I've tried to implement suggestions, with mixed results. I tried the carryover tag (see below), and I tried a bit more to put list items into a...

@MSE99 I have prototyped some HOFs here: https://github.com/benbjohnson/immutable/pull/37 ? Does they seem like what you were hoping for?

Hi @anacrolix . The problem was that SortedMap requires `constraints.Ordered`, and there's so much code shared between Map and SortedMap that it was dramatically more straightforward to use constraints.Ordered for...

@anacrolix I had a quick experiment with widening the constraint for immutable.Map. Does it help?

> Short answer: I think `K comparable` can be used everywhere in immutable. Good shout - I think it should be OK, just needing a bit of jiggery-pokery on the...