-
I cannot read the column header or type anymore, it is protected when I use $dbf->getColumns();
I had to use Laravel ReflectionClass and do a whole loop-ta-loop to get the information. LOL
Anyw…
-
Would it be possible to add a feature like `IrcChannelPass` to the config?
-
Hello, I have the following (boiled down) example code:
```
export fn main() -> reg u64 {
reg u64 t t2;
reg u64 msf;
reg bool c;
msf = #init_msf();
() = #spill(t);
…
Rixxc updated
2 weeks ago
-
We know have our own services to change permissions. I have come across a better and more clean implementation.
https://github.com/divestedcg/Brace/tree/master/brace/usr/lib/tmpfiles.d
Can this …
-
## The scenario
1. User wants to pay with ecash so swaps Token to have the right Proofs available
2. Mint responds with the swapped Token - the newly minted ecash: Some is P2PK locked to payment R…
-
if you write a python function:
```python
# tests/cython/pyfunc.py
import threading
def sleep() -> None:
threading.Event().wait()
```
and call it from a cython task:
```pyx
# cy…
-
Great product!
I did `rmweb -a download` and it worked fine until it hit a password protected pdf.
I don't think this is necessarily a bug in rmweb. I think it is a bug with the RM web ui, beca…
-
# Description
## User Stories
* > As a user I want to restrict access to a folder via a password so that users can't access the folder without the pw.
## Value
- Gamification (eg. in educa…
-
The system now supports ACLs and login. The plan to use these is as follows:
- Add an optional read ACL to competitions
- These competitions (and matches) will only show up when a user logs in w…
-
There are already several tickets related to Java interop with protected methods. This may have the same root cause as one of them but it seems worth reporting separately because it's a regression (wh…