-
Flame Graph of scrolling up and down
![](https://i.imgur.com/2YWZAkp.png)
The main cause appears to be the svg loading in AppToolButton.
![](https://i.imgur.com/kCNCt7w.png)
So we should p…
-
This issue was discussed on a group call, the following represent Sam Waller's minutes from this call
We spent some time discussing the APCA contrast lookup table. SDW described his understanding …
sdw32 updated
2 years ago
-
I'm using this table structure:
```
Schema::create('folders', function (Blueprint $table) {
$table->increments('id');
$table->integer('parent_id')->default(0);
$table->string('name'…
-
### Description
Since our last design validation of the Time Picker, probably some regression has occurred. A lot of the colors don't match the Handoff, including active item text and background colo…
-
The current implementation requires all error backtrace starts with `Error` but in reality, even a most common 404 logs doesn't have `Error` as prefix:
```
ActionController::RoutingError (No route…
-
Hi,
Looks like we need to specify if we choose UDP over TCP for the data transfer the data will be a loss if the receiver goes down [https://docs.fluentd.org/v1.0/articles/high-availability](url) u…
-
**Describe the bug**
root@nir:~/ros2_data_collection/src/ros2_data_collection/dc_bringup/launch# ros2 launch dc_bringup dc_bringup.launch.py
[INFO] [launch]: All log files can be found below /root/…
-
Database should be designed using a tool such as Visio, in order to use as a reference for coding the actual database.
At a minimum, the database should have the following tables or entities:
- Bo…
-
## Feature Request / Contribution proposal
Discussed in https://github.com/vmware-clarity/ng-clarity/discussions/637
**- Please give some insights how we can provide this feature in Angular Clarit…
d-m-s updated
4 months ago
-
Hi. I have a few questions regarding `GraphQlQueryParameter` and `QueryBuilderParameter` design.
The first one is used to create the parametrized query (`WithParameter` method). The second is to prov…