Sergey Solovev

Results 13 issues of Sergey Solovev

This fixes the issue https://github.com/timotta/wrk-scripts/issues/4

Found a bug the script https://github.com/timotta/wrk-scripts/blob/master/multiplepaths.lua Check out these lines: ```lua if counter > #paths then counter = 0 end ``` This will get you out of array boundary when...

swapi.co doesn't return 304 (Not Modified) on subsequent requests with `If-None-Match` request header set to the same value as ETag from the server response **Steps to reproduce (Chrome)** Make sure...

See #92 for more details. Working live demo is available here:

![screenshot 2017-06-25 00 10 01](https://user-images.githubusercontent.com/5831301/27510064-263131a8-593c-11e7-80a6-49d296c96218.png) This is a [known issue](https://github.com/django/django/pull/5524) with django, that has been [fixed](https://github.com/django/django/pull/8043), but not yet in 1.7.4. The problem is, Chrome doesn't work with ETag if...

It would be amazing if this code worked, probably by passing something like `inferHeaders` option (suggested by @crowlKats). ``` import { stringify } from 'https://deno.land/[email protected]/csv/mod.ts'; const arr = [{ a:...

Deno: 1.37.1 ``` import yf from 'npm:yahoo-finance2'; console.log(await yf.quoteSummary('AAPL')); ``` Crashes with the following: ``` error: Uncaught Error: Errors { invalid_mapping, disallowed_character } at Object.toASCII (node:punycode:5:14) at file:///Users/sergees/Library/Caches/deno/npm/registry.npmjs.org/psl/1.9.0/index.js:44:34 at Array.reduce...

bug
node compat
node API polyfill

Hello, it would be amazing (for better DX) to have a few words about each setting using basic JSDoc. I would say the required minimum is to specify the default...

``` import { pip } from 'https://deno.land/x/[email protected]/ext/pip.ts'; await pip.import('numpy'); ``` Second and consecutive runs of this code give me the following warnings: ``` WARNING: Target directory /Users/admin/Library/Caches/deno/plug/pip/numpy already exists. Specify...

enhancement

I have a fresh app as a folder of bigger project with root deno.jsonc. I used this guide to achieve this: https://fresh.deno.dev/docs/examples/changing-the-src-dir As a result I can not use `ReadableStream.from`...

needs repro
needs more info