Nick Doiron

Results 58 issues of Nick Doiron

Are you open to adding a LICENSE file, or adding a sentence to the README, to set an open source license for this code? http://choosealicense.com/licenses/

I added i18n support to MetaMask, and the volunteer translations were extended and updated a lot by the Brave browser team. Their locale files contain tons of messages related to...

Hi, I'm using this library and it is doing wonders for us. Currently I am able to show two states on our 3D scatter plot by showing and hiding two...

For adding a new MapBox studio layer to a Mapbox.js slippy map, [documentation suggests this code](https://www.mapbox.com/mapbox.js/example/v1.0.0/stylelayer/): ```javascript var map = L.mapbox.map('map') .setView([38.97416, -95.23252], 15); L.mapbox.styleLayer('mapbox://styles/mapbox/emerald-v8').addTo(map); ``` I have a map...

They publish links to shared datasets here: https://data.fivethirtyeight.com/ On GitHub: https://github.com/fivethirtyeight/data

This is still a work in progress, but as an ICU and C++ newbie, I am reaching out for advice. Any help on setup, please contact me here or @mapmeld...

waiting-on-author
waiting-on-reviewer

Following up on our Twitter chat: I want to save a trained model from my text as a TensorFlow SavedModel. It'd be especially cool if that SavedModel can be accepted...

## Description - Removed limits of CLI on deleting workspaces and projects - Deleting an empty project/workspace continues to work immediately (added new `completed: true` attribute to response) - Deleting...

cla-signed

## Description This WIP branch is following our Figma flowchart for more intuitive UI for Experiment State. This change applies three rules: - While the experiment.state is Active / Job...

cla-signed

## Description After #3669 , this would allow users to select an image with the file picker, Canvas element resizes it and outputs as base64 JPEG. Then it is uploaded...

cla-signed