git-it-electron
git-it-electron copied to clipboard
:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub
I'm running into error using pgmpy doing calculations for conditional probability (bayesian network) This is the structure of the network. weather_chart = BayesianModel([('Weather', 'Temperature'), ('Weather', 'Wind'), ('Weather', 'Rain'), ('Temperature', 'Bring_Jacket'),...
Helotes
`in` and `instanceof` expressions in JS ```js a in obj; a instanceof C; ``` can be negated by grouping them and applying the `!` operator, i.e. ```js !(a in obj);...

I ran into some issue installing git-it on linux. It doesn't run when you click on the executable binary or when you run it from the terminal. When I ran...
I added a context menu with screen reading options to improve accessibility for low vision users Fix context menu. Closes https://github.com/jlord/git-it-electron/issues/390
having a context menu with text to speech/read options would improve the accesibility of this application