Robsdedude

Results 40 issues of Robsdedude

Respective test introduced in https://github.com/neo4j-drivers/testkit/pull/521

This is a feature request similar to https://github.com/mermaid-js/mermaid/issues/2934 but for cherry-pick commits. I'd like to be able to choose a tag for cherry-pick commits. **Describe the solution you'd like** The...

Type: Enhancement
Status: Triage

I'm using a 64-bit Linux. My problem is that `long` has 64 bits on my system while it has 32 bits on 32 bit machines. Is there a way to...

* More robust error type checking. * Give the routing table a 30s grace period before completely wiping it.

Ideally, we'd also be turning on the `-race` flag for tests. But this makes the tests stuck. Needs investigation.

### Description My application needs a monotonic clock and I much prefer `time.perf_counter` over `time.monotonic` for its greater precision. Therefore, I'd like to see time-machine also mock `time.perf_counter` and possibly...

See my comment [here](https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs/issues/17#issuecomment-537027214). These options make using this nice widget much easier with BootStrap4. I've also included a new example in run to demonstrate and test this. One thing:...

Bootstrap 4 sets the `active` class on the anchor elements rather than the `li` elements. This causes ```javascript $('#input-widget').scrollingTabs({ tabs: [{..., active: true}], }); ``` not to work properly (no...