Kain

Results 111 comments of Kain

I'm trying with Transmit after enabling ssl flags, client gets connected but the second it tries to list it receives 404s: ``` 21:19:32 fakes3.1 | 127.0.0.1 - - [22/Jul/2017:21:19:32 CEST]...

hello, in the proposed solution I find that `data[:w] is nil`, both with chunkypng and rmagick. any solution to that?

same issue, here's a stacktrace: ``` Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 60 at java.lang.String.substring(String.java:1907) at cz.startnet.utils.pgdiff.parsers.Parser.throwUnsupportedCommand(Parser.java:390) at cz.startnet.utils.pgdiff.parsers.AlterSequenceParser.parse(AlterSequenceParser.java:64) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:185) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:236) at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:29) at...

the `next_version` branch reveals some details: ``` Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: ALTER SEQUENCE "ckeditor_assets_id_seq" RESTART 2; Unsupported command at position 41 'RESTART 2;' at cz.startnet.utils.pgdiff.parsers.Parser.throwUnsupportedCommand(Parser.java:397) at...

You may want to check for follow value in follow and stop_following ``` >> v = nil => nil >> p 'test' unless v "test" ``` We can use either...

in my (hairy) quest for trying to enable proper docker image layer caching in a k8s env without agents with drone may I steal the thread and ask: how to...

same issue, also without turbo, has to resort to disabling turbo, enabling webpack and `InjectManifest` from `workbox-webpack-plugin` to deposit a .js file in public/ and then call my service worker...

I have the same issue ``` 500 nuxt instance unavailable at Module.useRequestEvent (./node_modules/nuxt/dist/app/composables/ssr.mjs:14:58) at readRawCookies (./node_modules/nuxt/dist/app/composables/cookie.mjs:52:62) at Module.useCookie (./node_modules/nuxt/dist/app/composables/cookie.mjs:23:19) at getToken (./node_modules/@nuxtjs/apollo/dist/runtime/composables.mjs:45:68) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async setup (./pages/channels.js:42:12) ```...

so, is `getToken` broken with nuxt in ssr mode? anybody got it working?