Daichi Fujita
Daichi Fujita
VSCode allows extensions to run in their own thread. Some famous extensions already use this feature to improve their performance (e.g. [VSCode Neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim#affinity)). However, adding Blockman to `extensions.experimental.affinity` in settings.json...
According to [the docs][1], DBpedia dataset has 14 classes (labels) and 40000 texts for each class. Hence, if I create batches using `DataLoader(shuffle=True)` as follows: ```python import torchtext.datasets as d...
This PR fixes #48 and #70 by adding a callback to be called when a sticky header is pinned or unpinned, etc. It also works with reversed scrollable widgets. -...
`Base64Decoder` cannot convert a base64 string that is split to blocks of a certain length by newlines, like: ``` PGEgaHJlZj0iaHR0cHM6Ly9mbHV0dGVyLmRldi8iPgogIDxoMSBhbGlnbj0i Y2VudGVyIj4KICAgIDxwaWN0dXJlPgogICAgICA8c291cmNlIG1lZGlhPSIo cHJlZmVycy1jb2xvci1zY2hlbWU6IGRhcmspIiBzcmNzZXQ9Imh0dHBzOi8v ``` Is this the intended behavior? The `base64`...
- [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. This PR adds a customizable Progress mentioned in #85. Demo: https://github.com/dart-lang/cli_util/assets/68946713/3d719207-dc18-466f-bbb8-762a0124cd90 #### Changes made: -...
I think it would be useful if this package supported more customizable Progress to display percentages, counts, reporting messages, etc. I couldn't find any package that provides this kind of...
### Discussed in https://github.com/fujidaiti/exprollable_page_view/discussions/43 Originally posted by **VeskoDev** June 14, 2023 First of all, I have to say that the package works perfectly, but what I need is a scroll...
I fond that `AlwaysFillViewportPageView` widget can be replaced with the original `PageView` with `OverflowBox` as follows. It's much more simpler than the current implementation and doesn't require copying and pasting...