Alexandros Sigalas

Results 12 comments of Alexandros Sigalas

Relates to Issue #298. Starting vim with -f parameter also disables all G commands. Ubuntu's default gvim.desktop launcher executes: `gvim -f %F` to handle dropped files. This somehow disables all...

I just released [yjq](https://github.com/alxarch/yjq) with similar functionality. It's written in Go and the release page provides binaries for all major os/arch. It also supports `YAML input -> JSON output` and...

I just released [yjq](https://github.com/alxarch/yjq) with similar functionality. It's written in Go and the release page provides binaries for all major os/arch. It also supports `YAML Input -> JSON output` and...

I completely agree with @mariaefi29. The `Hub` ~and `Scope`~ abstractions do not fit in well with the go concurrency model. Especially when you try to integrate sentry in an application...

What I had in mind was more like having some sort of user defined predicate that decides on what consists disjoint topology. (ie material_id in Geomertry.Face). The cursor type seems...

I decided in the end to implement this outside the container, I will deprecate `frozen-jimple` in favor of a mix of `koa` and containers. but middleware logic will belong to...

I think that `Jimple` should adjust pimple's logic to fit javascript idioms. For example closures are 'free' in javascript so passing `c` as first argument every time is pointless since...

Have a look at the implementeation I published yesterday [lazybox](http://github.com/alxarch/lazy-box). I think it is simpler and more js oriented. The container as default argument logic makes sense. I already implemented...

The tricky part there would be to determine if some depended upon service can be run in parallel. But using `Promise.all` wisely would solve this I think. Maybe have a...

I am also observing this problem. The [README.md](https://github.com/helixbass/prettier-plugin-coffeescript#readme) explains that in order to use this plugin you need to use a `prettier` fork from `github:helixbass/prettier` instead of the NPM published...