Mr-Dispatch
Mr-Dispatch
https://github.com/DaGenix/rust-crypto/blob/cc1a5fde1ce957bd1a8a2e30169443cdb4780111/src/digest.rs#L77 Sorry if it is too nit-picky, I just used the rust-analyzer "Go to Definition" and noticed.
### OrientDB Version: 3.2.16 ### Java Version: irrelevant ### OS: irrelevant ## Expected behavior I obtain the minimal complete set of information requested. ## Actual behavior I issue a simple...
## Environment ``` $ winver Win10 22h2 (build 19045.3086) $ ros --version roswell 21.01.14.108 $ ros config sbcl.version=2.3.6 msys2.version=20220603 emacs.type=sly sly.version=git setup.time=3899261854 sbcl-bin.version=2.3.2 default.lisp=sbcl ``` ## How to reproduce the...
## Environment ``` $ winver Win10 22h2 (build 19045.3086) $ ros --version roswell 21.01.14.108 $ ros config sbcl.version=2.3.6 msys2.version=20220603 emacs.type=sly sly.version=git setup.time=3899261854 sbcl-bin.version=2.3.2 default.lisp=sbcl ``` Using "custom/external" SLY (probably not...
Trying to load under Win64 SBCL 2.3.1 or 2.3.2 leads to an error. It used to load in 2.2.x, or at least 2.1.x times. --- ``` 2.3.1: failed AVER: (EQ...
Yes, this is a consequence of using the Windows ANSI API instead of the wide-character version. I don't really do much Windows programming, and I've never done any I18N work...
hopefully not too hacky. created because having ie. + imported from generic-cl resulted in "weirdly failing" code (+ captured first instance, and expected end of stream). and using cl:+ or...
https://github.com/wolf4ood/orientdb-rs/blob/0e9f352a674a18ea3f2a70d87ed69cc41a0e1624/README.md?plain=1#L229 I'd probably call this variable users, not stream (the stream is introduced - and consumed - on the fly; or perhaps move the .collect.await into the println, or at...
### OrientDB Version: 3.2.16 ### Java Version: irrelevant ### OS: irrelevant ## Expected behavior Default limit is no limit ## Actual behavior - Default limit of 20 results being applied...
https://github.com/cozodb/pycozo/blob/e31f5f911c7db237ef42a33d64de3b694f3769cd/pycozo/ext_impl.py#L61C30-L61C38 jupyter-lab (current from conda-forge when using Python 11 environment) insists that the `.applymap` is deprecated (inserting ugly warnings into the notebook when computing cell). changing `.applymap` to suggested `.map`...