othalan

Results 8 issues of othalan

The comic Non -Sequitur is not updating the past few days...

### Are you experiencing an issue with... shields.io ### 🐞 Description The Coveralls.io badges for code coverage support github and bitbucket only. However, Coveralls.io also integrates with GitLab. There is...

service-badge

**Describe the bug** Documentation indicates that using `Ticker(format=False)` or `Ticker.formatted = False` provides raw data. However, some timestamps are formatted into strings instead of being provided as raw data. **To...

Using Ag-Grid, the events `rowClicked` and `rowDoubleClicked` do not work. This is a problem with both the latest version (0.2.2) and the previous version (0.1.5). Problem verified on Firefox, Chrome,...

I propose a few simple changes to permit use of custom cell renderers as detailed in this page: [Ag-Grid: Component Cell Renderer](https://www.ag-grid.com/javascript-grid/component-cell-renderer/) ### Justification While similar visual effects can be...

The current implementation of `AgGrid.__setattr__` breaks class properties (`@property`) because it bypasses normal __setattr__ functionality built into python. Class properties cannot be set. The following diff shows how to fix...

Python 3.4 added `pathlib` a powerful cross-platform path tool which can usually be a drop-in replacement for strings when dealing with files. However, an exception occurs when printing the help...

Using the flag `is_write-out_config_file_arg` with a default value does not permit use of the default argument. Code: ``` import configargparse parser = configargparse.get_parser() parser = cls.get_parser() parser.add('--test-arg', action = 'store',...