Gabirieli Lalasava

Results 12 issues of Gabirieli Lalasava

Added tooling to start a http server with live-reload built in ``` npm install npm start ```

Mobx Wiretap desktop version `0.2.0` for Mac `package.json` ``` "react-native": "^0.55.0", ... "mobx-wiretap": "^0.13.1", "mobx-wiretap-remote": "^0.3.0", ``` I see the PORT is 4000 and can see the polling request to...

### Question Is it possible to fix a single pane in place so it can't be sorted and other panes flow around it? If not could you lend some insight...

# Bug ### Overview of the problem I'm using react-sortable-pane **^1.0.0** and **^1.0.4** My **browser** is: Tested Chrome and Safari I am sure this issue is **not a duplicate** https://codesandbox.io/s/66367ox0z...

Is this not working anymore? I get this error when testing with: `./youtube.py -u https://www.youtube.com/watch?v=odGPwGjqkaQ` Error: ``` Traceback (most recent call last): File "./youtube.py", line 197, in get_videos(args.url) File "./youtube.py",...

Recreate ``` create-react-native-app rn-app-web --with-web-support cd rn-app-web yarn add react-native-indicators ``` App.js ``` import React from 'react'; import { UIActivityIndicator } from 'react-native-indicators' ``` add the module to webpack.config.js ```...

* Fix saving form data to localStorage. * Fix new SequelizeAuto option changed to `lang=ts` from `typescript=true` * Fix new SequelizeAuto generate api uses promises. https://github.com/sequelize/sequelize-auto#programmatic-api

This adds the time difference in millisecs between each call while preserving the file and line numbers of the caller. Should be a start to fixing #17 and #22 The...

The response XML is converted to JSON which places child `$` and `_` to represent attributes and text nodes, I'm guessing. Also data types are represented by object with `$.type`...

## Build ``` git clone https://github.com/rust-av/avp.git cd avp cargo build ``` ## Error ``` Compiling avp v0.1.0 (/Users/gabe/code/rust/video-processing/avp) error[E0277]: the trait bound `MkvDemuxer: format::demuxer::Demuxer` is not satisfied --> src/main.rs:147:34 |...