-
Low-level HTTP requests are straightforward to create using external probes. However, rich web apps leveraging asynchronous Javascript, etc are harder to test using low-level HTTP probes. To work arou…
-
Reference: https://rails.rubystyle.guide/#active_support_extensions
## Actual behavior
I have the code:
```ruby
# frozen_string_literal: true
class User < ApplicationRecord
def method
…
-
#### Repro
1. Create a .NET Core console app
1. Go to project settings, Debug property page and fill in _Application arguments_.
1. F5 to debug the app launched with the specified arguments
####…
-
* [ x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
# Report
## Wh…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
I've got a scoped transaction that I started manually. While that transaction is running, I start a span every time 1) there is a ne…
-
-
## Description
The policy editor as is today does not work well for our users. Authorization policies are full of complicated concepts, and we should try to make the process of configuring the access…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you u…
-
Hi,
1. When opening a csv file for the "create new sensor" application within the "create look-up-table", the following error-message is outputted:
> Traceback (most recent call last):
> Fil…
-
To prevent users from going to non-authorized pages, perhaps we could include AuthGuard on Angular front-end. The following should work through version 14 (v. 15+ changed mechanism and I haven't full…