Results 89 issues of Cory Simmons

http://learnboost.github.io/stylus/docs/extend.html ``` stylus .foo &.bar background: red .baz @extend .foo.bar // works .foo2 &$bar2 background: blue .baz2 @extend .foo2$bar2 // doesn't work ``` Is this type of functionality available? It'd...

t: Enhancement

I know this is unmaintained now but figured I'd request it anyway. https://github.com/sheerun/knex-migrate/pull/47 tried to add support for TS but I keep getting `import` or `export` TS bugs with it....

`check`, `plus`, `close`, etc. should just be the icon w/o circle. `check-circle`, etc. should be the circled version. Would need a major version bump for this change.

icon

I hate trying to use PostCSS as a preprocessor... SugarSS sucks. PreCSS sucks. Everything sucks. Just use node-sass or stylus, and chokidar or something. ffs..

- [ ] clear floats - [ ] rounders should be able to accept 1. e.g `rounder(100vh)` errs - [ ] should be able to repeat last size set -...

It'd be nice to explicitly return these _anywhere_ -- especially where Grid Layout Spec is concerned. ```scss grid-template-columns: return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(1)) return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(2)) ; ```...

**Is your feature request related to a problem? Please describe.** I would love to use my Neo4j GraphQL schemas as the single source of truth for all my frontend forms...

feature request

Currently it uses the deprecated `neo4j-graphql-js` library. The example should try to closely match the Getting Started docs, and probably be linked to in various `Resources` section of the docs....

![image](https://user-images.githubusercontent.com/224636/102721787-fc616380-42ca-11eb-88be-13a6b8460481.png) Hopefully this is just a simple JSON.stringify tweak on the frontend, but it'd make browsing values a lot nicer if it was indented correctly.

``` These dependencies were not found: * date-fns in ./node_modules/formol/src/async/CalendarField.jsx, ./node_modules/formol/src/async/CalendarFieldLocales.js * date-fns/locale/fr in ./node_modules/formol/src/async/CalendarFieldLocales.js To install them, you can run: npm install --save date-fns date-fns/locale/fr ```