-
Todo towards v1.0.4-11:
- [x] add configs option 'Msgdisplay' for persistant display area messages;
- off; no one incl. ops will see any msg as default
- op; area whitelisted ops will always see th…
-
Currently, when we want to set the Delay of the channels OUT of the EVE and EVR to be relative to the BucketList we need to set the `RFDelay-SP` PV to `31`.
This method is not very intuitive and it w…
-
```rust
struct PrimitiveMap<
K: Key,
V: Value,
B: Bucket, {
buckets: BL,
_marker: PhantomData,
}
```
-
`bucketlist()` fails but `aws s3 ls` on the command line works.
```
> bucketlist()
Error in do.call("rbind.data.frame", r[["Buckets"]]) :
second argument must be a list
> traceback()
3: stop…
-
### What did you do?
```
it("adds things to bucket list") {
let bucketList = store.state.calendar.bucketList
expect(bucketList.toEventually(contain(Node(Location(name…
-
I have seen a few people posting about this error but I can't seem to get around it.
Essentially I am trying to upload a large CSV (~7GB) to an S3 bucket. I obviously get an error for the size bein…
-
Dear John,
Thank you for writing neurohcp and making it available. I have tried to follow the steps on your vignette https://cran.r-project.org/web/packages/neurohcp/vignettes/hcp.html.
I am g…
-
**Authentication**
Email validation:
Users can be registered with invalid format emails.
Return auth token on successful register with response
JWT token:
Put more user information in the token…
-
You can find a test scenario at https://github.com/fuzzy-id/cassandra-tests
I guess it boils down to having some `case class`:
``` scala
case class SimpleFoo( name: Option[String] )
```
Now, do…
-
At the moment, the tests does not use determinative database, ie
when running new tests, the database contains data from the previous time the tests were run.
To use a predictable database,
-…