1inguini

Results 10 issues of 1inguini

I believe this website is for copy-pasting and tweaking code snippets, but there is no mention about licence. Why not explicitly state the snippets' licence as MIT or CC0 or...

Here's the error: ~~~ ➤ make make[1]: Nothing to be done for 'extra'. make[1]: Nothing to be done for 'bc2c'. make[1]: Nothing to be done for 'h15ppx'. make[1]: Nothing to...

Even if you customize `elmTypeAlteration` of `ElmOptions`, `generateElmForAPIWith` never notices about the change and thus the request part of generated elm code tries to call `jsonDecFoo`, where `Foo` is the...

close #11

feature

Keeping track of created state to clean them afterwards is tedious, so why not make `AacFlBase` keep track of them? Having mutable state in `AacFlBase` class might have some consequences...

wontfix
modify-existing-assets

There is `RemoveAllMainLayers()` and `RemoveAllSupportingLayers(string suffix)` but, no method to remove parameter. I can understand that there is danger of removing parameter used by layers that were added by hand,...

feature
modify-existing-assets

# Steps to Reproduce ``` module Issue import Data.Primitives.Views divTest : (Integer, Integer) -> (Integer,Integer) divTest (x, y) with (divides x y) divTest (x, 0) | DivByZero = (x, 0)...

the shell I am using is `fish, version 3.0.1`, the directory I installed avr-rust is `$HOME/.avr-rust/`. versions of rustup and xargo are: ~~~ ➤ rustup -V rustup 1.16.0 ~~~ ~~~...

### Summary CONTRIBUTING.mdには`pnpm dev`するといいぐらいしか書かれておらずPostgreSQLとかRedisが必要なことが分かりづらいです いやまあMisskeyがPostgresとか使ってることは知られてますし、即devcontainerを立ち上げていれば意識する必要もないのかもしれないですがひとことふたことあったほうが親切だと思います ### Purpose ドキュメンテーションを充実させ、(特にMisskeyの技術スタックに馴染みの薄い初心者が)開発を初めやすくする ### Do you want to implement this feature yourself? - [ ] Yes, I will implement this by myself and send a...

🛠️Dev
📖Doc

[Empty object `{}` in json schema should accepts arbitrary json.](https://twitter.com/relequestual/status/1584482754406010880) I first noticed this behavior in Haskell codegen. Output from `{ "additionalProperties": true }` and `{ "additionalProperties": {} }` is...

bug
input:JSON Schema