Eric Thomas

Results 21 issues of Eric Thomas

`~/c/angularjs_rails_resource ❯❯❯ rails -v` ``` Rails 3.2.12 ``` `~/c/angularjs_rails_resource ❯❯❯ rails g angularjs:install` ``` [WARNING] Could not load generator "generators/angularjs/install/install_generator". Error: uninitialized constant Angularjs::Rails::Generators. /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/angularjs_scaffold-0.0.24/lib/generators/angularjs/install/install_generator.rb:2:in `' /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/angularjs_scaffold-0.0.24/lib/generators/angularjs/install/install_generator.rb:1:in `' /Users/et/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.12/lib/rails/generators.rb:300:in `block...

Is it possible to include [dtslint](https://github.com/Microsoft/dtslint) to demonstrate how to lint your custom types?

enhancement

``` % heroku config:set HEROKU_APP_NAME=$(heroku apps:info|grep ===|cut -d' ' -f2) Setting HEROKU_APP_NAME and restarting ⬢ REDACTED... done, v265 ▸ Warning: The "HEROKU_" namespace is protected and shouldn't be used. HEROKU_APP_NAME:...

## Summary This PR replaces the [image](https://www.highlight.io/docs/general/product-features/logging/log-search#wildcard-search) at the bottom of this page with a markdown table (which recently has added support in #4999). ## How did you test this...

![image](https://user-images.githubusercontent.com/58678/233682438-60cffeb8-0912-41a9-99e7-106c7d8f2e91.png) This modal is not doing anything (like sending the audit reason anywhere). Hence, we should get rid of it while we figure out where/if the audit reason should go...

## Summary We have a form that shows up when Highlight admins view a customer session. ![image](https://user-images.githubusercontent.com/58678/233691106-07e1eaa1-62a3-40df-a1e8-77c46530ef86.png) After looking at the code, the audit reason wasn't being recorded: https://github.com/highlight/highlight/blob/e25924cd997e95fc9ccb1d02d95f610fda162e95/frontend/src/pages/Player/components/UnauthorizedViewingForm/UnauthorizedViewingForm.tsx#L13-L44 and...

We have lots of different pages of how to find support. We should be consistent in the docs. * [Example](https://www.highlight.io/docs/general/product-features/logging/overview) - `hit us up in [our community](https://highlight.io/community) or send us...

https://www.figma.com/file/rdBPNzn7Klk6RG1LHUCE5B/Screen-Designs?node-id=2513-150385 ![Screenshot 2023-03-29 at 3 17 22 PM](https://user-images.githubusercontent.com/58678/228669802-62b7d6d6-ce79-4550-94e9-b7f2c7182076.png) A relative datetime picker was added in #4245 and we need to add hours/minutes to the component. To run the ui library:...

good first issue

We have a page for [`Logging in Go / Logrus`](https://www.highlight.io/docs/getting-started/backend-logging/go/logrus) and a page [`Logging in Go / Other Frameworks`](https://www.highlight.io/docs/getting-started/backend-logging/go/other) yet the latter page still uses `logrus`. Can we consolidate these...