chapati
chapati
Ok, partly my stupidity for not noticing that it is indeed working, i just tried to use a DM ID which doesn't seem to work. public channel ID did the...
fwiw, i've changed the `steps` data structure to: ```js [{ name: 'Extract all mental tasks to a list', links: [ { name: '🗒 Trello', url: 'trello://x-callback-url/showBoard?x-source=jobs-done&id=59e9dc0dd6c3de4e51ae29ea' }, { name: '✅...
Real logos (slack, trello etc.) would be nicer of course, but didn't have enough time for more customization so far
+1, same problem. angular version 1.4.7
ran into this today as well, looks like google isn't offering free access to the timezone or geocoding API anymore :-/
we're also running into this. been debugging for 2 hours now. to me it seems it's just an issue with `fish`? because this works ```sh curl -s --cacert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt --header...
Doesn't work for me either. `eslint-plugin-css-modules` just pretends the nested `.test` class doesn't exist. ### Webpack Loader ``` use: [ { loader: 'css-loader', options: { camelCase: true, importLoaders: 1, modules:...
It's [postcss-nesting](https://github.com/jonathantneal/postcss-nesting) which is based on the official [CSS Nesting Module Level 3 Spec](http://tabatkins.github.io/specs/css-nesting/). So I guess I either have to quit using it and revert back to the more...
yeah, just realized this as well. bummer, was really looking to try this out. there seems to be no way to "Open using Rosetta" either 😞
FWIW I can get it to run locally, but there's a package build error log during `yarn install` (`node -v => v16.11.1`)