-
Hi,
I found a bug on the delete row binding of tksheet
It seems that delete_row action in the right clic fail if a checkbox exist in the row.
I tried to isolate the problem with the following simpl…
-
A test failed on a tracked branch
```
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at Object.toHaveLength (/opt/buildkite-agent/builds…
-
There seems to be a race condition with resize events and the window size reported by `SDL_GetWindowSize()`.
If an event of type `SDL_EVENT_WINDOW_RESIZED` occurs my application executes this code …
-
**Describe the bug (描述bug)**
```C++
boost::lockfree::queue queue;
class Producer {
public:
Producer(int worker_size) {
if (bthread_start_background(&bid_, NULL, call_back, nullptr) != …
-
When the map doesn't load it should trigger the resize event so that the map gets loaded.
-
Using
- a recently updated Manjaro (arch linux based)
- tested with both python 3.12.5 and python 3.10.14
- vscode 1.93.1
- Installed extensions
code --install-extension ms-python.python
cod…
-
```
Registering a function to listen to the resize event on MDIWindow throws
the following error:
TypeError: Error #1034: Type Coercion failed: cannot convert
mx.events::ResizeEvent@10e1cd41 to flexl…
-
First of all, thanks for a great repo! I had no idea Disqus embeds bundled so much JS & CSS.
I noticed that scroll & resize event listeners aren't removed on Disqus initialization. I imagine the pe…
-
```
Registering a function to listen to the resize event on MDIWindow throws
the following error:
TypeError: Error #1034: Type Coercion failed: cannot convert
mx.events::ResizeEvent@10e1cd41 to flexl…
-
In OHIF we have a resize handler which is debounced to fire 100ms after resizing stops. This prevents needless re-computation / redraws while the browser is being resized (or the device is being rotat…