Sander Dijkhuis

Results 57 issues of Sander Dijkhuis

Scala CLI has a [`dependency-update` command](https://scala-cli.virtuslab.org/docs/guides/dependencies#update-dependencies) to update `//> using lib` directives. I would like Scala Steward to be able to keep these up-to-date as well. Thank you for maintaining...

enhancement
help wanted

With Baker 2, we used `Baker.eventsWithTimestampAsync` to implement an algebra resembling ```scala trait OrderService[F[_], Stream[_, _], OrderRequest, OrderHandle, OrderEvent] { /** Command that instantiates a recipe */ def placeOrder(request: OrderRequest):...

Example: https://github.com/sander/pkijs-buffer-bug Hypothesis: when searching through `SignedData.certificates`, any `IssuerAndSerialNumber.serialNumber` from the same Buffer matches, since the `Integer.isEqual` check compares the whole buffer content instead of just the slices. I faced...

These are probably not blocking for actual users, but I found them while including PKI.js as a source dependency to another TypeScript project.

It seems to be only for OS X, which Able doesn’t support. Removes the warnings during `npm install`: ``` npm WARN optional dep failed, continuing [email protected] ```

This makes it easier to build a script upon index.js that sends all notifications to stdout, without being mixed with the output of index.js. To see debug messages, set the...

One advantage of [sandeepmistry/node-ancs ](https://github.com/sandeepmistry/node-ancs) is that the same code works on OS X and on Linux. This allows for developing on an OS X system while testing / deploying...

- Ensures all Markdown files end with a single \n character. - Ensures there are two \n characters between content and backlinks. After making this change, I just noticed that...

It gives a 404 Not Found error. Thanks to Riccardo for noticing.

error