doeg

Results 15 issues of doeg

Currently, there's a lot of copying and pasting required to set up `/etc/blocktogether/config.js`. (e.g., Development app & user credentials.) The process is made even more onerous with vagrant (and ends...

Currently, the "My Blocks" and "Actions" tables are paginated. This can be very cumbersome for things like filtering & batch actions (e.g., unblocking several users at once). It would be...

# vtctld2 UI Found at http://localhost:15000/app/shard?keyspace=commerce&shard=0 > menu > reload schema in shard

Type: Feature Request
Component: VTAdmin

# vtctld2 UI Found at http://localhost:15000/app/shard?keyspace=commerce&shard=0 > menu > Delete Shard

Type: Feature Request
Component: VTAdmin

# vtctld2 UI Found at http://localhost:15000/app/shard?keyspace=commerce&shard=0 > menu > Externally Reparent

Type: Feature Request
Component: VTAdmin

# vtctld2 UI Found at http://localhost:15000/app/shard?keyspace=commerce&shard=0 > menu > "Validate Shard"

Type: Feature Request
Component: VTAdmin

Currently, the package.json file notes the following React peer dependencies: ``` "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18", "react-dom": "^0.14.0 || ^15.0.0 || ^16 ||...

discussion

React Modal uses Karma as its test runner. Karma, however, was [deprecated](https://github.com/karma-runner/karma/commit/450fdfdac5b999967daec1020f1ac69cf9b854ab) in April 2023. It looks like the recommended migration is to Jest and Web Test Runner as described...

I wanted to open a ticket to discuss the possibility of refactoring this library to use TypeScript. 😸 In addition to all of the benefits typed code has with respect...