ento

Results 22 issues of ento

## Motivation Data files created by this framework are currently saved in multiple places, which are hardcoded: ``` ./data ./downloaded_images ./pre_trained_weights ``` In particular, files needed for deployment are in...

## Motivation `deploy.load_model` takes an input shape argument, which is hardcoded in bot/webapp. This value is not something dependent on the code, but rather tied to the model that goes...

Minimum test case: ```js it("Should have unique results across pages (documents)", function(){ var index = new FlexSearch({ doc: { id: "id", field: ["title", "text"], }, }); var documents = [...

bug

## Context Commit history and issue history leading up to this PR: - https://github.com/gevent/gevent/commit/59478ebb12384403932125d9ffefea4413840ca6 added `-Ofast` to `CFLAGS` - #1820 added `-fno-fast-math` to `CFLAGS` in order to prevent process-wide floating-point...

rtfeldman/elm-sorter-experiment's version [2.1.0 is published as a 0.18 package](https://github.com/rtfeldman/elm-sorter-experiment/tree/2.1.0) and we're using it fine in our 0.18 app. I expect its documentation to be available at https://package.elm-lang.org/packages/rtfeldman/elm-sorter-experiment/2.1.0 but it says...

Problem: Inline JavaScript in `background.html` is not being executed. Cause: This is because of the [Content Security Policy](http://developer.chrome.com/trunk/extensions/contentSecurityPolicy.html#JSExecution) adopted by Chrome's extension system. This restriction [cannot be relaxed](http://developer.chrome.com/trunk/extensions/contentSecurityPolicy.html#relaxing-inline-script). Fix: This...

As a NoRedInk engineer, I want to be able to push a new version of the npm package when I make changes to JavaScript code. Things that'd be good to...

While working on #1864, I noticed that CI probably won't pass even on the master branch. This PR will hopefully fix all the issues. * An alpha version of greenlet's...

I'm trying to use a library that sends test stats to a remote server in the background, and tests that use Mocket in strict mode would fail intermittently when the...

I'm trying to use a library that sends test stats to a remote server in the background [1], and tests that use Mocket in strict mode would fail intermittently when...