Matias Piipari

Results 31 issues of Matias Piipari

- Removes an unnecessary sort from the `parallelCompactMap` implementation. - Removes some dead, commented out code.

Separate `exifdump` into its own Package.swift to allow running tests on iOS via `xcodebuild -scheme … test` for the SPM package (in short this is because there's no per-target platform...

Removed direct access to ObjC isa pointers to silence deprecation related compiler warnings.

I'd quite like to have `autorestic` packaged as a [Snap](https://snapcraft.io/docs/getting-started) so I would be able to install it using a package manager, and so I could confine it in a...

Could you please add a license file confirming the MIT license listed in the source code, please?

I may be misunderstanding something, but the error response behaviour in Absinthe appears to contradict the GraphQL spec. In https://github.com/absinthe-graphql/absinthe/blob/master/guides/errors.md it is stated that: > One or more errors for...

Kind:Bug
Specification:Unclear

Adds the ability to customize the domain at which SG sets its cookies, largely to avoid issues with making session cookie authorized Sync Gateway calls from cross-origin requests made by...

review

Hi there! I've had a quick stab at packaging schemaspy as a [snap](https://snapcraft.io/mz2-schemaspy). You'll find the snap/snapcraft.yaml for the package from https://github.com/mz2/schemaspy-snap ([snap/snapcraft.yaml](https://github.com/mz2/schemaspy-snap/blob/main/snap/snapcraft.yaml)). As you can see, the way the...

When attempting to use the texture synthesis example, I get the following error (line 424 is the code line that is loading the parameter means file): ``` /Users/mz2/torch/install/bin/luajit: /Users/mz2/torch/install/share/lua/5.1/torch/File.lua:375: unknown...

Adds a Linux "desktop app" for AMD64 and ARM64 platforms that builds into it Livebook and all its dependencies, with similar Just Works Without Knowing How To Install All The...