Boorj
Boorj
Prettier is already imported. I see no disadvantages to use it for generated code. That will correct all ugly linebreaks produced 1. add `src/utils/formatter.ts` ```ts import Prettier from 'prettier'; export...
I have contenttype `works`, but i have custom routes for rendering listing ( `sitename/gallery` url), so i made distinct route for that. So original route (`/{contenttypeslug}/{slug}`) is unused. And when...
Using mthaml for 2+ years, missing feature that is implemented in vanilla twig: ``` twig ... ``` For purpose of using customizable body class I have to keep my base...
fixed missing `sheet` variable initialization
In `ib/axes/Axis.js` we can clearly see that canvas uses showTickLabel prop, while svg does not https://github.com/rrag/react-stockcharts/blob/master/src/lib/axes/Axis.js#L397 : ```js function drawTicks(ctx, result) { const { tickStroke, tickStrokeOpacity, tickLabelFill } = result;...
Fixes #784. Also, canvas rendering is looking forward to be fixed - to support for functors for markers: `stroke(d)` and `fill(d)`
Problem appears when you call Scatter Series this way: ```ts d.y} marker={CircleMarker} markerProps={{ r: 3, opacity: 0.4, stroke: d=>(d.y > 5 ? '#b213ff' : '#13b2ff') //
When i'm trying to use `embed` and paste code from youtube (`..`) - it gives and error:  My first thought was that `embed` field should allow using some lines...
If you take a look here, https://github.com/bolt/docs/blame/3.0/docs/extensions/intermediate/nut-commands.md#L39 you'll notice that argument is `$container` ```php protected function registerNutCommands(Container $container) { return [ new Nut\DropBearCommand(), new Nut\KoalaCommand($container), ]; } ``` If `KoalaCommand`...
Can you make a nice step by step tutorial how to install Bolt, using tight from scratch? Starting with "how to download node.js", continue with "create a folder" ... It...