makeworld
makeworld
JavaScript or TypeScript users can just use the `dugite` package to access these binaries. But it's not clear how to use them in other languages. After looking at [this file](https://github.com/desktop/dugite/blob/master/lib/git-environment.ts),...
Right now this code has no license, but it should. Otherwise the code is just under your copyright, and its distribution and modification (as has already been happening) is legally...
Is there an easy way to set up a reverse proxy in Jetforce, maybe using a `CompositeApplication`? So all requests for `example.com` use the static file server or some Jetforce...
I saw this on the README: > Jetforce does not (yet) support virtual hosting at the TLS-layer using SNI. This means that you cannot return different server TLS certificates for...
It'd be nice if there was an easy way to add redirects for Jetforce when in static file serving mode. There could be something like a `redirects.jetforce` file at the...
I asked some questions about licensing [here](https://github.com/michael-lazar/jetforce/commit/1066d39125a8bff334c63fe3abc50fc3f45fb837) and it never got answered. Do you think you could take the time to answer them? I appreciate the work you've done with...
The current build fails with the error `You must specify a URL for a Maven repository`. This is fixed by adding `bintray_url` to `Manifest.yml`. See https://github.com/ipfs-shipyard/gomobile-ipfs/pull/106/commits/c14bbe2d601db1fbdf59c94135b49e9d244e48ef for an example of...
On [this line](https://github.com/sodium-friends/sodium-native/blob/master/preinstall.js#L118), the compilation of this package is configured. If the `--host` parameter could be specified, then I would be able to cross compile the package. For example, the...
Apologies if this just an issue on my side. But I found that the follow two lines would not be joined into the same quote, when passed to my custom...
The current PyPI version (1.6.1) fails every time: ``` Traceback (most recent call last): File "/home/makeworld/.local/bin/iagitup", line 8, in sys.exit(main()) File "/home/makeworld/.local/pipx/venvs/iagitup/lib/python3.9/site-packages/iagitup/__main__.py", line 48, in main iagitup.check_ia_credentials() AttributeError: module 'iagitup'...