Brandon Istenes

Results 25 issues of Brandon Istenes

**Do you want to request a _feature_ or report a _bug_?** Report a bug. **What is the current behavior?** After running `install-node-and-npm`, running `npx cowsay wow` installs `cowsay` to the...

The README has a placeholder for a demo video. It would be great to see how this thing performs before buying the parts.

[The docs](https://yeoman.io/authoring/dependencies.html) state > Yeoman will ensure the npm install command is only run once even if it is called multiple times by multiple generators. However, Yeoman appears to be...

When the test client is named `self.app`, i.e. you have a situation like ``` def setUp(self): self.app = application.test_client() ``` Then when `assertRedirects` tries to access the Flask instance at...

In my GAE project, I have a directory structure like ``` env/lib/python2.7/site-packages/ src/ |---- application/ |---- lib/ |---- tests/ ``` where `src/lib` is a symlink to `env/lib/python2.7/site-packages/`. When I run...

# Bug report ## Description / Observed Behavior Calling `mutate` with a filter function key only runs that filter function on the key that uses `useSWRImmutable`. ## Expected Behavior I...

reproduction needed

An old version is still on https://cdn.jsdelivr.net/npm/docsify-edit-on-github .

DEPENDS ON: https://github.com/openmrs/openmrs-esm-core/pull/979 ## Requirements - [x] This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your...

Concepts do not need one FSN per locale; they only need one FSN. It does not even have to be in the default locale.

@mogoodrich pointed out that the "name" attribute of relationship types isn't actually stored in the database. Attn @mks-d