Ondrej Synacek

Results 21 issues of Ondrej Synacek

How can I convince the type system to recognize property `getDashArray` on `PathLayer` if I add `PathStyleExtension` to it?[^1] It seems like `Layer` interface could have optional 3rd generic parameter...

Currently when I use search to filter results, I get all the items correctly. However sometimes I have passwords with same names under different folders. It's impossible to differentiate between...

In your docs for `links` array you mention: > An array of objects matching the following shape, where both source and target are the indexes of the nodes they intent...

So this is kind of unfortunate but I have quite a complex way of contructing data for Sankey diagram where I need to recalculate and shift some data around. This...

I'm not sure if this behaviour is by design. I'm often downloading WARCs so I can consume them later on when I'm without internet connection. I installed replayweb.page as a...

**Describe the bug** The path is incorrectly concatenated with stringified object. **To Reproduce** 1. Use Safari 10 2. Navigate to [http://incandescent-farmer.surge.sh/](http://incandescent-farmer.surge.sh/) 3. Result is `/hello/world?%5Bobject=Object%5D=` **Expected behavior** Result should be...

**Describe the bug** This library states it has no dependencies, yet it uses `qs` as dependency. **To Reproduce** Read README file. **Expected behavior** Remove claim that this is dependency free...

I do a detection based on application environment to turn off logging completely like this: ``` _logger = Logger(output: null); Logger.level = Level.nothing; ``` Meaning I still create `Logger` instance...

In my codebase I have a monorepo which means that some of the files are nested pretty deep. This means the paths are quite long, it would be great if...

I'm trying to use your library with Typescript (v `3.6`) and it fails to compile my project. I think the problem is that the provided definitions in `index.d.ts`: 1. are...