Richard Offer

Results 9 issues of Richard Offer

I'm looking to run the WebTunnelAgent (as proof of concept) in a container and I'm getting confused about the port mapping in docker vs the ports in the agent. My...

I'd like a single file (multipage PDF) to include multiple diagrams I need to split out a separate page of legends (security group rules) or the already overly complex diagram...

I have a data frame that includes a column of type ipaddress. When I run a query (`count(name)` of character type) that does not need to read the ipaddress column...

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description I'm trying to override some formantic-ui CSS and stackoverflow suggestions (https://stackoverflow.com/questions/55005996/overriding-styles-in-semantic-ui-react) are to add a `id`...

enhancement

Fixed lookup of "trait" records" (i.e. ASN, ASO, Connection etc) Also added "user_type" which is the type (i.e. Hosting, Corporate) This has only been testes with a full commercial binary...

Successfully logged in using GitHub and google Version 13.1.4 of gitlab-ce ``` 2020-07-17T15:52:32.128 | ERROR | (goth.User) { RawData: (map[string]interface {}) , Provider: (string) (len=6) "gitlab", Email: (string) "", Name:...

I have a deeply nested directory of archived JSON responses that I would like to analyze (extract fields from each of the response files) `find -exec gron` would probably work,...

It would be nice to allow appending content to files rather than over-writing the existing content The use case is to add environment variables to /etc/profile.env to set the HTTP_PROXY...

I have an endpoint that returns a profile details ``` @router.get("/profile/{id}", response=ProfileDetailsSchema) ``` to avoid leaking PPI, the ProfileDetailsSchema does not contain any fields containing personal details. PPI details are...