Stew Heckenberg

Results 23 issues of Stew Heckenberg

Hover preview works in Pug (`template lang="pug"`) but only when using the class attribute, e.g. `div(class="shrink-0")` Meanwhile the equivalent `div.shrink-0` or `.shrink-0` does not show a preview tooltip on hover.

enhancement
pr welcome
vscode

I've noticed that session (using express-session) vars, e.g. `req.session.foo = 'bar'`, do not retain their value when using `vercel dev` -- works fine in production though. Also works fine locally...

Need to change `bActorInitialized` to `IsActorInitialized()` on line 137 of RadiantStaticMeshWebViewActor.cpp for a successful build: https://github.com/joeriedel/RadiantUI/blob/4.6/Plugins/RadiantUI/Source/RadiantUI/Private/RadiantStaticMeshWebViewActor.cpp#L137 Otherwise you get the error: `error C2248: 'AActor::bActorInitialized' : cannot access private member declared...

Hi Mika, thanks for the great middleware :) In the code example for the above section in the readme, to return a proper JSON response (and not a HTML/text response)...

documentation

Some of the DatePicker fields do not appear styled on mobile while others do: ![screengrab-1485136904962](https://cloud.githubusercontent.com/assets/287330/22189593/93e9c41e-e171-11e6-8237-27e427f1fd28.png) ![screengrab-1485136926260](https://cloud.githubusercontent.com/assets/287330/22189592/93e6a05e-e171-11e6-83d4-77b715ff6e55.png) Also, the unstyled fields show the system default calendar while the styled ones show...

I noticed that if I load an Aside and scroll down (if it's longer than the hieght of the viewport) then close and reopen, it opens back at the scroll...

I've added a `layout` property to my pagination object but the pagination for my DataTable is still showing the default layout: ``` pagination: function pagination() { return { layout: "pager",...

I noticed that fields are now wrapped with `.field` divs to handle things like field addons, see: http://bulma.io/documentation/elements/form/ So the code from the above page for things like icons and...

The following doesn't work as expected: `Foo` When `foo: false` in the component's data the checkbox displays as checked when it should be unchecked.

In src/index.js the following lines cause errors due to missing src/components/select module in vue-blu-master: Line 33: `import { Select, Option } from './components/select';` Lines 74/75: ``` bSelect: Select, bOption: Option,...