Alex

Results 80 issues of Alex

👋 team, thanks for an awesome library. Is it supposed to work on Collab? I'm having difficulties making a small demo. **Describe the bug** After `mk.gui.start(api_port=2024, frontend_port=8010)` iframe fails to...

A noted in https://github.com/go-enry/enry/pull/5#discussion_r439778370 - we could have a single `--type=` CLI flag instead of the current multiple modes of default + `-all`/ `-prog`. We should keep `-all/-prog` as (deprecated)...

enhancement
good first issue
help wanted

This is an experiment in auto-generating Python bindings using https://github.com/go-python/gopy It requires getting rid of blank identifiers from Go API surface, that otherwise breaks compilation of generated Go code with...

TODO: - add `setup.py` - document compiler requirements for *nix - read version number from the tag - push to https://pypi.org/

Tests in #157 highlight some of the divergence with the Linguist that is not properly documented yet. We need to make sure all the cases produced by code generator at...

documentation
good first issue
help wanted

GH Actions for build a native library + [publishing it on Maven](https://github.com/go-enry/go-enry/blob/78d8f43a880cf28068f3a49df4f553bc82bc4456/.travis.yml#L110)

Right now go-enry repository is source for a number of artefacts: - Go library (+native C library) - Java library - Python library all exposing Enry API for specific language...

Port from old [Travis](https://github.com/go-enry/go-enry/blob/78d8f43a880cf28068f3a49df4f553bc82bc4456/.travis.yml#L43) to new [Github Actions](https://github.com/actions/setup-java)

As mentioned in scottatron/dokku-rebuild#7 `dokku rebuild` did not update\include submodules in application. This fix is just a port of original dokku git command implementation from [progrium/dokku/plugins/git/commands](https://github.com/progrium/dokku/blob/acb226cb86bfb8cf4570485711421e01c1a06739/plugins/git/commands#L4)

When app repository contains external git submodules rebuild seems not to init\update them. Running image manually one can empty `/app/` dir