Spotandjake

Results 49 comments of Spotandjake

Out of curiosity what type of methods would you guys like for this lib to have I imagine ``` read: (path) -> Result write: (path, data) -> Result ``` and...

Possible API, though instead of using strings it might be worth considering using a record to store the path and having a path.parse to convert the string into a record...

> I'm 100% against using string types for file paths. They have caused so many miserable bugs in the compiler. so then the api might look something like this I...

I did some research and dit doesnt look to be possible to get the platform type from the operating systtem also that wouldnt make sense in a web enviroment.

> I think I'd lean towards enforcing POSIX-like paths. I think this would make sense would it be possible though maybe to add toWindows path and fromWindows path the conversion...

> To follow up on this, is there any way to get this warning to go away? I ran into this same situation and have tried disambiguating in various ways...

I made the changes we talked about in discord i will move `Number.map` to its own pr i wasnt able to run the tests because downloading the modules on my...

can someone convert this to a draft pr until #1404 is completed

This might also be helpful https://www.npmjs.com/package/signcode Or https://docs.microsoft.com/en-us/windows/win32/appxpkg/how-to-sign-a-package-using-signtool I would look at the first link first though as the second one looks to only support code signing on windows. Looks...