schelmo
schelmo
Hello, i just got hit by the 404 error with redmine 3.0.1 Here is a stack trace: ``` net.sf.redmine_mylyn.api.exception.RedmineApiHttpStatusException: Unexpected status code - 404 at net.sf.redmine_mylyn.internal.api.client.AbstractClient.executeMethod(AbstractClient.java:121) at net.sf.redmine_mylyn.internal.api.client.AbstractClient.executeMethod(AbstractClient.java:74) at net.sf.redmine_mylyn.internal.api.client.Api_2_7_ClientImpl.getIssues(Api_2_7_ClientImpl.java:230)...
hi i think @joaopedrotaveira fixed it in this branch: https://github.com/joaopedrotaveira/redmine_mylyn_connector/tree/adding-workflow-restrictions
i stumbeld upon this also, while trying to get a user profile ```php $api->getProfile($username); ``` the error is thrown in https://github.com/pgrimaud/instagram-user-feed/blob/8ae164be0c2849befa2d3e6d14317bf54652e7f0/src/Instagram/Transport/JsonProfileDataFeedV2.php#L28 the Problem is in https://github.com/pgrimaud/instagram-user-feed/blob/8ae164be0c2849befa2d3e6d14317bf54652e7f0/src/Instagram/Transport/AbstractDataFeed.php#L56-L64 instagram is giving an...
> Possible pb with permissions on server and files can not be generated? nope, its a problem with instagram, since its giving a html file back instead of a json....
I have this problem too. It seems, like the borderImage() method makes the whole image transparent. ```php $image = new Imagick('/some/image/with/a/transparent/background.png'); $pixel = $image->getImagePixelColor(0, 0); $image->borderImage($pixel, 1, 1); // now...
i'm using the [ts plugin](https://www.npmjs.com/package/@astrojs/ts-plugin) with the `typescript-language-server` in helix. works very well. my `languages.toml`: ```toml [language-server.typescript-language-server.config.typescript] tsdk = "/usr/lib/node_modules/typescript/lib" [[language-server.typescript-language-server.config.plugins]] name = "@astrojs/ts-plugin" location = "/usr/lib/node_modules/@astrojs/ts-plugin" languages = [...
Using penpot to create designs, it would be really helpfull to allow anonymous users to at least inspect via the shared link. This is for example possible in adobe xd...
if you run helix with the -v or even -vv switch, you can see the lsp communication in your :log-open
my use case would be to control some things in fullscreen windows only with a wireless mouse for example: ``` bindsym --whole-window --border button4 [con_id="__focused__" fullscreen] exec pactl set-sink-volume @DEFAULT_SINK@...
> Are you sure this does what you want? It would bind those buttons for all windows (removing their primary function, which is probably scroll) and then just do nothing...