-
**Impact**: simulator
**Tell us about your environment:**
*Chipyard Version:* 1.4.0, Hash 58076c
*OS:* Linux ubuntu 5.8.0-40-generic #45~20.04.1-Ubuntu SMP Fri Jan 15 11:35:04 UTC 2021 x86_64 x…
-
DxWrapper version 1.0.6387.21, hooked through ddraw.dll stub
dxwrappper.ini file:
```;; Config file for DirectX DLL Wrapper
[General]
RealDllPath = AUTO
WrapperMode …
-
Checklist for prep work for Onboarding Training 2/6-2/7
Registration
- [x] Finalize Registration @kkale25 COB 1/16
- [x] Draft registration email @kkale25 COB 1/16
- [x] ICPI@state.gov to send …
-
```
What steps will reproduce the problem?
1.boot into froyo
2.booted successfully
3.NO DATA CONNECTION
What is the expected output? What do you see instead?
I expect Data connection but only get ca…
-
```
What steps will reproduce the problem?
1.boot into froyo
2.booted successfully
3.NO DATA CONNECTION
What is the expected output? What do you see instead?
I expect Data connection but only get ca…
-
#### Description
Hi! I'm new here :) I was digging through the `Doc2Vec` code and came across a bunch of TODOs in `KeyedVectors`.
I was wondering if TODOs such as https://github.com/RaRe-…
-
For our open source community, and related to the POSE grant, one of the main pain points in improving our open source support (and potentially also for PhET developers and maintenance releases) will …
-
**Test device**
MacBook Air M1 chip
**Operating System**
15.0.1
**Browser**
Chrome
**Problem description**
For https://github.com/phetsims/qa/issues/1175, in the Operations and Solve It! …
-
# Steps to Reproduce
I was at my skybox
# Actual Behavior
The last few days every time i log in to second life i am being logged out after a few minutes.I tried logging in from a different computer…
-
```
enum MyEnum
{
A;
B;
C;
}
var AB = MyEnum.A + MyEnum.B;
var BC = MyEnum.B + MyEnum.C;
var intersection = AB & BC;
```
This works correctly - intersection is equal to MyEnum.B.
```
enum …