desmond-dsouza

Results 15 issues of desmond-dsouza

My daughter is building a singer / singing-teacher feedback app and is using Reason. She will need to use some existing component for the audio player, and js-React has some...

### Description ![image](https://user-images.githubusercontent.com/4407158/177611715-34c9ee8b-d556-43cb-839a-21537f84efc1.jpeg) ### To Reproduce For me, in any view (including Hide / Show note list and Hide / Show sidebar) I cannot get rid of that wide column...

bug

If I start `jupyter-notebook` from the _parent_ of , the kernel starts and runs fine. If I start it anywhere else, I get: RuntimeError: Cannot find cling_2017-05-23_mac1011/lib/libclingJupyter.{so,dylib,dll} Maybe it is...

bug
help wanted
good first issue

Included terminal output, in case it is helpful. Air:~> npm install -g git://github.com/reasonml/reason-cli.git#beta-v-1.13.5 /Users/desmond/.nvm/versions/node/v7.10.0/bin/ocamlc -> /Users/desmond/.nvm/versions/node/v7.10.0/lib/node_modules/reason-cli/.bin/ocamlc /Users/desmond/.nvm/versions/node/v7.10.0/bin/ocamlrun -> /Users/desmond/.nvm/versions/node/v7.10.0/lib/node_modules/reason-cli/.bin/ocamlrun /Users/desmond/.nvm/versions/node/v7.10.0/bin/ocamlmerlin-reason -> /Users/desmond/.nvm/versions/node/v7.10.0/lib/node_modules/reason-cli/.bin/ocamlmerlin-reason /Users/desmond/.nvm/versions/node/v7.10.0/bin/ocaml -> /Users/desmond/.nvm/versions/node/v7.10.0/lib/node_modules/reason-cli/.bin/ocaml /Users/desmond/.nvm/versions/node/v7.10.0/bin/ocamlopt -> /Users/desmond/.nvm/versions/node/v7.10.0/lib/node_modules/reason-cli/.bin/ocamlopt /Users/desmond/.nvm/versions/node/v7.10.0/bin/rtop ->...

I do not have global git user-name & user-email configured, but I do have this in my _config.yml: ``` deploy: type: git repo: [email protected]:desmond-dsouza/blog.git branch: gh-pages message: "update blog" name:...

`reveal-md` supports external `json` file with options for reveal-md and reveal.js, while still allowing `yaml` front-matter in individual `.md` slide decks. This is very useful when you have multiple markdown...

A bit confused about changes of name / dependencies in what was `reroute-native`. Where I previously had: `"reroute-native": "github:knowbody/reroute-native#master" `, what name / version / branch should I now use...

Not sure if this is intended. But if not, perhaps service names can be name-spaced by community member ID? [EDIT: this is via the Service Creation service]

### Description I have set FSN preferences to Automatic Snapshots at Every 1 hour (at 22 minutes). No git backups are happening in the repo-location I set, or in the...

bug

This highlights fine: ``` {x: (fun x => 22), y: 33}; ``` And this loses the blue field-name highlighting on `y`: ``` {x: fun x => 22, y: 33}; ```...

C-client-bug
P-medium
S-investigating
A-highlighting