vindarel

Results 591 comments of vindarel

I can also recommend this lib. Thanks for the tricks!

@kidd A library of this kind was missing in the ecosystem, so good try. Now there is also https://github.com/tsikov/vcr (the author of which also contributed to cl-vcr), and maybe is...

Hello, AFAIK it's recommended to use lQuery instead of CLSS directly for DOM manipulation. https://shinmera.github.io/lquery/ lQuery is higher level (initialize to parse the input, serialize utility, chain selectors, perform transformations,...

> Yesterday we'll see tomorrow? :)

Nice! > a macro to capture unhandled errors along with their tracebacks. this looks like what Sentry does, for which we have a CL client: https://github.com/mmontone/cl-sentry-client (with the benefit of...

Please note that I integrated cl-change-case into `str`. While we're at it, another utility much useful in the context of the web is cl-slug https://github.com/EuAndreh/cl-slug, to create slugs, which is...

Thanks! I had seen https://github.com/takagi/cl-reexport/, but it has a dependency I didn't want to include (Alexandria I guess), now with pure UIOP that's nice. cl-ppcre is used in various functions:...

I just want to mention that [`hunchentoot:*show-lisp-errors-p*`](https://digikar99.github.io/common-lisp.readthedocs/hunchentoot/#show-lisp-errors-p), if non-nil, shows the stacktrace too (and only the stacktrace, no fancy display) (and only when `hunchentoot:*catch-errors-p*` is nil, otherwise the debugger pops...

mmh let me check, I am using Dexador with Lparallel. With comments: ```lisp ;; Sometimes, after a C-z or hibernation, ;; if we don't recreate the kernel, netwwork requests can...

Nice, thanks. Here's the Github: https://github.com/macdavid313/trivial-string-template