Timo Rossa

Results 15 issues of Timo Rossa

By moving to JavaScript including [JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) we could make `djwt` compatible with the browser. By adding `// @ts-check` to the top of the files, it is my understanding that type...

enhancement
help wanted
question

I am considering implementing [valita](https://github.com/badrap/valita) for the validation of the arguments, especially on the server side. What do you guys think about this idea?

help wanted

## Issue description When serving an index.html file with live-server the CSS selector `:last-child` doesn't select an element. ## Software details * Command line used for launching `live-server`: `live-server` *...

Is it somehow possible to convert JSDoc including the supported types by [TypeScript](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)? For example: ```js /** * appendChild. * @param {Element} el * @return {(...nodesOrStrings: (Node|string)[]) => void} */...

help wanted
typescript

Hi @jonsmithers, you made a really useful plugin here, thank you! I would like to ask if it would be possible to activate the highlighting not only through the *tagged...

This behavior was unintentionally changed after `0.114.0`. The function `serveFile` only serves files (no directories).

The sidebar only shows the overview of the current site but not the overview of all sites together. I am using a `_sidebar.md` file in the root folder and a...

Hi guys, I love your project but I miss a simple predicate function. For example something like this: ```typescript export const isValid = (result: Validity): boolean => { return result...

Hello, in my table "account" the column "contact" is of the type `jsonb`. Using the following interface, I get an TS Error: > error: TS2769 [ERROR]: No overload matches this...

help wanted
Typescript

Hello, the analyzer converts ` * @property {Record|null} attr - Custom attributes for the anchor element.` to: ```md ## Properties | Property | Type | Default | Description | |----------|------------------------------------|---------|-------------------------------------------|...