Jonas Bülow
Jonas Bülow
Same problem on Ubuntu 20.04. Workaround: Set WEBKIT_DISABLE_COMPOSITING_MODE=1 before starting gp-saml-gui. The issue and workaround was found [here](https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1966418)
It is PR #3604 that breaks Poco::Zip. The suggested patch does not solve the case where the in stream is a Poco::Zip::ZipInputStream .
Same issue on ubuntu 18.04.
Workaround: install nbdev locally in the cloned nbdev_template ``` git clone https://github.com/fastai/nbdev pip install -e nbdev ```
I have exactly the same experience. Setting sectorsize does not solve the problem.
Some releated information: https://www.w3.org/2005/03/23-lex-U
I have never experienced this issue before upgrading to XQuartz 2.8. In 2.8 it happens very often.
Sorry for my confusing comment. To be more constructive: It seems like the clipboard sync does not start correctly the first time a new version of XQuartz is installed.
The parser accepts default values if they are in the end of a declaration. Otherwise there will be a syntax error: ``` SomeSeq ::= SEQUENCE { flag1 BOOLEAN DEFAULT FALSE,...
Now I get error on ``` someSeq ::= SEQUENCE { someInt1 INTEGER, flag1 BOOLEAN DEFAULT FALSE, someInt 2 INTEGER OPTIONAL -- error on this one } ``` ``` test.asn1:365:19-26: syntax...