asrar

Results 97 comments of asrar

* MYSQL 8.0.20 * 3.3.8 * ```sql CREATE TABLE `id_bug` ( `id` binary(16) NOT NULL, PRIMARY KEY (`id`) ) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci insert...

> I'd happily help with this since I'm curious about nix, but I don't think I'm suitable to take the lead on it (given my limited nix experience, and that...

I have been using this flake https://gist.github.com/aszenz/52425e2b644d1f5a674ac7fb0d2774ec to run activity watch on NixOS, posting it here just in case someone finds it useful.

We use a similar `RequestBody` attribute to resolve request contents, but recently i found a flaw in it, it doesn't validate that the correct arguments are passed as per php...

For me the issue turned out to be ``` 500 - Unable to create Cache directory /var/www/html/var/cache/prod/fosJsRouting ``` Fixing the permissions of `var` directory using the guide at https://symfony.com/doc/current/setup/file_permissions.html fixed...

Will php still work with the V1 api?

Facing similar issue fold doesn't work on unstaged/staged files view

> I recently ran into this issue. In my case, it seemed to be caused by the `tab` key getting swallowed by a Vim extension. In [edamagit's readme](https://github.com/kahole/edamagit#vim-support-vscodevim) it suggests...

> Is there something in your git config that is non-default? edamagit does not support different git configs as well as it should, see: #276 Thanks that indeed was the...

> @aszenz have you fond any other workarounds, besides disabling `diff.external` on a config basis? Not yet, ideally i would prefer for magit to unset external diff when running the...