Marko

Results 16 issues of Marko

retire.js output: ``` underscore.string/test/test_underscore/vendor/jquery.js ↳ jquery 1.7.2 has known vulnerabilities: severity: medium; CVE: CVE-2012-6708, bug: 11290, summary: Selector interpreted as HTML; http://bugs.jquery.com/ticket/11290 http://research.insecurelabs.org/jquery/test/ severity: medium; issue: 2432, summary: 3rd party...

Apple Pencil doesn’t work with the demos for some reason. Pencil works just like a finger in Safari so this seems to be ignoring some input events. Not a high...

bug

I'm testing this and trying to train edges2shoes model. When I run `python train.py --root=data/edges2shoes --result_dir=result --weight_dir=weight` I get `ValueError: Expected more than 1 value per channel when training, got...

I updated framework7-cli to 3.2.3, executed generate-assets, and now `npm run cordova-electron` fails with `Cannot find module electron` and before that I had to manually npm install `shelljs`. If I...

I'm unable to open existing hyperdrive with keypair generated by `hypercore-crypto`. According to @mafintosh this is a regression. ```javascript const hyperdrive = require('hyperdrive') const crypto = require('hypercore-crypto') const keyPair =...

I ran into a bug with hypercore-8 branch where hyperdrive hangs if you try to read a mount from replicated hyperdrive. I'm not sure whether this is a bug with...

This is going to be hard one to debug but let's try. I've a super simple script like this which is simply suppose to record what redirects happen: ``` javascript...

I just ran into gpt_index, awesome project! I took a quick look at the prompts docs and I see that it's geared towards summarization and QA. I have a project...

I'm playing around with Qdrant as a vector store index using sentence-transformer embeddings from HuggingFace. However, when I try to create an index, I get an error message `Did not...

I can't get this to work with Grafana cloud because of logfmt parsing issue. I've tried different combos with `json` and `format` parameters but either log is transferred just as...