poshest

Results 9 issues of poshest

Hi Tero, do you think it's feasible to build a version of AngularJS that entirely uses virtual DOM to render? Would it be able, for example to support directives? How...

In [this Plunkr](http://plnkr.co/edit/ehkNAYxhMpnBrW8pFqn4?p=preview), dropping causes an error, because Dragdrop can't find a function nested deeper than two levels from the $scope. Eg `onDrop: 'fnDrop'` is OK `onDrop: 'dd.fnDrop'` is OK...

todo

I am using pgloader version "3.6.1" compiled with SBCL 1.4.0-1.el7 to import the [Who's On First postcode sqlite database](https://data.geocode.earth/wof/dist/sqlite/whosonfirst-data-postalcode-latest.db.bz2) which is stored locally into "PostgreSQL 11.7 on x86_64-pc-linux-gnu, compiled by...

1. Put the caret on a new (empty) line 2. Ensure there's no numbered list in the paragraph immediately before the caret position 3. Type "2. " RESULT: get a...

Set up a paragraph like in the image below, which has varying line lengths due to text wrapping (not because of any line breaks). You can see that selecting the...

1. Visit quilljs.com, navigate to the editor with the expanded toolset 2. Highlight some text, and make it subscripted or superscripted 3. Copy that text, either with or without surrounding...

1.x only

Feature request for 1.x... Something like ``` $scope.$digest(/*selfOnly*/true) ``` which, when optional parameter `selfOnly` is true, only digests the `$scope` and not its children. My motivation is explained [here](http://stackoverflow.com/questions/40175254/angular-1-x-scope-digest-without-digesting-child-scopes). Here's...

type: feature
frequency: low
component: scopes
severity: inconvenient

I'm getting this error when I do a pg-native install, on Ubuntu 12.04. ``` gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/vagrant/task/server/node_modules/libpq/build' gyp ERR! stack...

I have some default config thus: ``` ScrollBarsProvider.defaults = { ... , "mouseWheel": { "scrollAmount": 100 , "preventDefault": true ... } ... } ``` Then in a specific instance I...