Elis Hirwing

Results 41 comments of Elis Hirwing

Went here to report this issue, but found this ticket. So I'm just reporting in that this would be nice to see fixed. I kinda expected it to look like...

@pashky 302 to POSTs might be a gray area. But most references that speaks about how to implement a RESTFul API tells you that you should use POST to create...

@pashky A restclient should be able to handle common rest usecases. That's my point. It does nothing. Well, not nothing. The request is sent, but it looks like nothing happened...

Yes, both `C-c C-c` and `C-c C-r` fails, tested with this script: ``` php

That's hard to do anything about then. At least without patching core stuff I guess. That works when building your own stuff. I might change my 302 to 303 in...

Getting exactly this same error just by initializing package.el: ``` ERROR(profile-sexp) at /nix/store/xklyvs4b31dl37pyfyjbvri69wckgmmr-emacs-packages-deps/share/emacs/site-lisp/elpa/memoize-20180614.1230/memoize-autoloads.el:5 with sexp (add-to-list (quote load-path) (directory-file-name (or (file-name-directory nil) (car load-path)))): error=(wrong-type-argument stringp nil) ``` Would be...

@drupol Another thing to consider is that PHP 7.4 isn't cached by hydra since it's not a supported version in nixpkgs. Do you have a separate cache somewhere?

It's not a very hard change to implement, however, it's a breaking change. Here's the steps of what we need to do to do that breaking change: 1. Decide which...

Oh, yeah, I misread that then... I'm however questioning if we have sensible defaults to begin with :smiley:

Since the developments where they have changed their official developments to be hosted on GitHub I think this might have changed things as well. It would be nice to be...