Bojidar Marinov

Results 24 issues of Bojidar Marinov

Are there any plans for an nodejs version/simple guidelines for implementing it? :smiley:

packaging

Hey! I was wondering about using this in a project, but due to #18 and the fact that most of the code in the repository hasn't been updated recently and...

Background: Code in `gethrpc/` is licensed under the GPLv3 license, both here [in this repository](https://github.com/centrifuge/go-substrate-rpc-client/blob/master/gethrpc/COPYING), and [in the go-ethereum repository](https://github.com/ethereum/go-ethereum/blob/master/COPYING) where it was taken from. However, the rest of the...

It would be really neat if we could specify: ```Tupfile : package.json |> npm install --omit=dev --no-package-lock |> node_modules/ ``` And for Tup to then automatically rerun `npm` any time...

Changes: This PR adds a `USE_LDAP` environment variable which would replace the email-and-password authentication strategy with an LDAP server (using `passport-ldapauth`). I have tested the PR with `lldap` by modifying...

Not sure if this is the proper way to request permissions when using `window.ipfs-fallback`, but the rest seems to work fine using a `go-ipfs` node with `--enable-pubsub-experiment`.

Description: Splitting a file into multiple files that `import` each other ends up breaking `rule`-s despite the project executing. It looks as if the different files are referring to the...

Reproduction: ``` // Setup, a generic type and a few helper nodes type Gen(Element: @Type) type Normal node del( value!: Normal ------ ) node normal( ------ value!: Normal, ) node...

Not sure if this is a bug or just a massive misuse of the feature on my part, but if I define a shortcode like so: ```js CMS.registerShortcode('shortcodename', { label:...

bug
widgets
markdown

### Steps to reproduce 1. Open Firefox Android (v123.1.0 -- might happen elsewhere too, but I can't observe it under Chrome Android) 2. Load a page with a text field;...

bug