Jari Pennanen

Results 220 comments of Jari Pennanen

I'll put this as a reference (and a reminder for myself) here also: I suspect this file is JavaScript Eclipse (JSDT) equivalent: [LinkedNamesAssistProposal.java](https://github.com/eclipse/webtools.jsdt.core/blob/master/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/LinkedNamesAssistProposal.java)

Side note, I would not make that difficult tango with User-Agents, I would just serve JS files with .js extension, simple and obvious. Either way I support this. I think...

> @wojpawlik This creates the overhead of having to bundle things, but that is probably rather advantageous keeping in mind that the browser can load all JS with a single...

Yes this plugin does not seem to work with Less3 on Windows at least. It can't resolve the plugin. P.S. also installed in global with `npm install less less-plugin-glob -g`

Adding that shortcut there is easy, but you need to add a command line argument to GH Desktop e.g. `GitHubDesktop.exe --open-repo C:\Source\my-repo` that opens a given repo in the GH...

I think the tar support should be written in go. I have done a PHP implementation to stream a directory as tar: https://github.com/Ciantic/archive-to-output-stream/blob/master/tardir.php (it just _streams_ the whole directory as...

I managed to somehow to get it to deploly with arm64 version, but it throws me this: ``` [Logs] [1/23/2020, 4:18:41 PM] [main] STARTING X [Logs] [1/23/2020, 4:18:41 PM] [main]...

I know this is not implemented yet, but I suspect I got a same problem, when trying to use CliMutable records, e.g.: > Unable to infer or resolve a schema...

This is a bit cumbersome in F#: ```F# type Query() = member this.Book() = { Title = "F#" Author = { Name = "Jon" } } type Mutation() = member...