Stephen Hurwitz

Results 14 comments of Stephen Hurwitz

You can also extend the included TagRepository if you need to have a repository of your own. ``` php

While the quotes may not be necessary for this regex pattern, crossplane is not changing the behavior of this configuration by including them. If the request is not matching then...

I agree that there is little reason to include information in the readme that can otherwise be obtained from the command line with `--help`. Documentation of crossplane's API would be...

Yes it does. I just attempted this again with a clean directory by doing the following: ``` bash npm install browserify browser-unpack factor-bundle mkdir bundle cp node_modules/factor-bundle/example/files/* . browserify x.js...

The url is being used to keep track of the iframes because I didn't want to require the user to provide anything in the markup they wouldn't require if the...

Yeah, there is a PR for this, https://github.com/FriendsOfSymfony/FOSTwitterBundle/pull/56. It's a month or so old but I didn't see an issue associated with it.

- https://github.com/nginx/njs/blob/2b15d5e8d953c582b1e57988a5bb0ec0612c50ee/nginx/ngx_http_js_module.c#L448 - https://github.com/nginx/njs/blob/2b15d5e8d953c582b1e57988a5bb0ec0612c50ee/nginx/ngx_stream_js_module.c#L301

Now supports @xynicole's changes to enable tokenizing Lua. Benchmarks: ```sh ❯ go test -benchmem -run=^$ -bench "^(BenchmarkLex|BenchmarkLexWithLua|BenchmarkScanner|BenchmarkScannerWithLua)$" github.com/nginxinc/nginx-go-crossplane -count=1 goos: darwin goarch: arm64 pkg: github.com/nginxinc/nginx-go-crossplane BenchmarkLex/simple-10 57963 17756 ns/op 103049...

Can you elaborate on this idea and what problems it helps to solve? What is the expected behavior, perhaps with some example use cases / scenarios? Do you provide think...

Happening in `v4.4.1`. Here's a a redacted panic occurring when tests generating fake IP addresses are run with `t.Parallel()` ``` fatal error: concurrent map writes goroutine 32 [running]: github.com/go-faker/faker/v4.generateUnique({0x102a6477f, 0x4},...