Peter Bengtsson

Results 124 issues of Peter Bengtsson

I have some handlers that use POST, PUT etc that I do NOT want to be protected by nosurf. These are REST API endpoints that don't need CSRF protection as...

**Is your feature request related to a problem? Please describe.** We keep adding `.command("foo").argument("...").action("...")` to the bottom of the program. Would be nice if `--help` could sort all the commands...

I first tested in a much more evolved but still CRA based with TypeScript project. Didn't seem to be using esbuild. The `yarn build` still took ~10s. Start a fresh...

question

Because of https://nvd.nist.gov/vuln/detail/CVE-2022-0144 Landing this is going to require a release.

See this screenshot: That's actually drawing two arrays. They look like this: ```javascript const data1 = [ title: 'SSID: HOME-B986-2.4', x: ..., y: ..., style: { line: 'red', } ]...

What I would like is to control the sort order. I'm guessing, internally, that Flexsearch has an algorithm for determining which matched document came before another. If I can just...

Perhaps this is a question, if so I couldn't find anything in the [documentation](https://github.com/nextapps-de/flexsearch/blob/master/README.md) searching for "highlighting" or "highlight". In the awesome [auto-complete demo](https://raw.githack.com/nextapps-de/flexsearch/master/demo/autocomplete.html) you can type in `marblles` and...

feature request

This could be a user-error. If so, I'm sorry, but it's not easy to understand how to use it. I know the language, in my use case is, English (`en`)...

I put a block like this: ```css @font-face { font-family: Glyphicons Halflings; src: url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.f4769f9b.eot); src: url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format('embedded-opentype'), url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.448c34a5.woff2) format('woff2'), url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.fa277232.woff) format('woff'), url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format('truetype'), url(https://songsearch-2916.kxcdn.com/static/media/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format('svg') } @font-face { font-family: Glyphicons...

feature request
structural optimization

_Originally posted by @rschristian in https://github.com/preactjs/preact-cli/issues/1596#issuecomment-938123047_ Typing `preact watch -p XXXX` just goes ahead and starts on the default port (8080). It should error because `XXXX` is not a number.