-
Currently, there are no runtimes that don't require a graphics card.
Adding a headless runtime would enable:
- Dedicated servers to run on environments that don't support graphics
- Allows fo…
-
Rod Version: v0.116.2
## The code to demonstrate your question
1. Try to open youtube.com with a browser
2. Log in with Google authorization
3. An error occurred while getting the cookies for …
fakis updated
2 months ago
-
**Branch: [17-cucumber](https://github.com/crewmate/crewmate/tree/17-cucumber)**
- [ ] Fix Cucumber
- [x] Enable on Travis
Most testing is within Cucumber's features, however testing them on Travis …
-
Crawling/Testing not working with that config.
![screenshot from 2019-02-20 18-18-44](https://user-images.githubusercontent.com/13065528/53110753-ffa72f00-353b-11e9-9482-5ce193264c2f.png)
The x…
-
We need to verify that the legacy layer is translating data correctly. We should write unit tests for the layer. However some final testing cannot take place until headless UIs are in place. Right now…
-
Recently there has been progress in creating a real headless chrome. This would probably make integration testing a lot more robust and (probably) faster.
Some instructions on how to use it are her…
-
## System:
- OS: Linux 5.4 Ubuntu 20.04.3 LTS (Focal Fossa)
- Memory: 1.12 GB / 15.45 GB
## Binaries:
- Node: 14.18.0 - /usr/local/bin/node
- Yarn: 1.22.5 - /usr/bin/yarn
- npm: 8.5.1 - /…
-
building
- [x] javascript
- [x] typescript?
- [x] linting
deploying
- [x] do we need to use `make`? - due to compilation, npm scripts may not be sufficient
- [x] windows
- [ ] mac
- [x] linu…
-
## Bevy version
0.6
## What you did
```
use bevy::prelude::*;
use bevy::ui::UiPlugin;
fn main() {
App::new()
.add_plugins(MinimalPlugins)
.add_plugin(UiPlugin)
…
-
[JSDom](https://github.com/tmpvar/jsdom) is a DOM implementation that works in any JS runtime ([mini_racer](https://github.com/discourse/mini_racer) perhaps) and can be used for doing functional testi…