pretty
Here are 181 public repositories matching this topic...
-
Updated
Apr 17, 2022 - TypeScript
-
Updated
May 3, 2022 - Go
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Mar 20, 2022 - Go
-
Updated
Dec 19, 2021 - Python
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Apr 15, 2022 - TypeScript
-
Updated
Jan 21, 2022 - Python
-
Updated
Aug 17, 2021 - Lua
-
Updated
Apr 27, 2022 - JavaScript
Describe the bug
Set the data config to false :
setGlobalConfig({ data: false, });
With version 2.5.0 there was no error thrown when logging requests where the data field contained circular data.
Since version 2.6.0 however the data field will be stringified even though data is set to false:
See 'string-builder.ts':
makeData(data: object) {
const str = typeo
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
May 1, 2019 - Java
-
Updated
Apr 29, 2022 - Julia
-
Updated
Mar 21, 2022 - HTML
It would be nice to make ctrl-c copy the derivation path of the currently selected derivation in the tree.
This would be similar to the Copy right-click action.
When we setting ChartData. axisMin the Offset in TargetLineDecoration.applyPaintTransform calculates wrongly.
The problem is in:
Offset(state.defaultPadding.left + state.defaultMargin.left, _height - (state.defaultMargin.bottom + state.defaultPadding.bottom) - (scale * (target ?? 0.0) + _minValue);
instead of adding _minValue we should subtract it from `scale * (target ?? 0.
-
Updated
Mar 7, 2022 - Haskell
Hello! Moosphan I want to contribute on your project with making logo design. What do you think about it?
Improve this page
Add a description, image, and links to the pretty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pretty topic, visit your repo's landing page and select "manage topics."


Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).