clach04

Results 189 issues of clach04

Not an issue with pycryptodome v3.0 and later (e.g. pycryptodome-3.14.1 is fine) I.e. https://github.com/Legrandin/pycryptodome/commit/57104488faa9fc386ea1aee249bafb6e2a529a57 is required

A file containing: ``` .. raw:: html .strike { text-decoration: line-through; } ================= Demo presentation ================= Overview Slide 2 ======= A slide. ``` Fails with: ``` Could not import pygments...

This file: ``` ================= Demo presentation ================= Slide 2 ======= Previous slide was intro. NOTE the last slide had no body text. ``` Will fail with: ``` Could not import...

Project page URL should be https://stevedonovan.github.io/winapi/api.html (not http://stevedonovan.github.com/winapi/api.html )

I tweaked/hacked the sample/demo in the `tests` demo to help with cross platform testing: ``` # https://github.com/glibersat/python-x10 from x10.controllers.cm17a import CM17a serial_port_name = '/dev/ttyUSB' serial_port_name = 'com11' unit = 'A1'...

When running compiled app in local SDK 4.3 emulator and attempting to create a Card from UI get: ReferenceError: Symbol is not defined at dict (app.js:1862:36) at Object.Card (app.js:2399:20) at...

## Problem background Transcrypt requires Python3, this is not clear from pybble readme but it is from the Transcrypt readme. Today (2022-08-13) Transcrypt claims to need version Python 3.9 (although...

* Add support to skip minifier stage in Transcrypt with new flag `--nomin` (same as used by Transcrypt) * Make clear when Transcrypt error occurs * pick up the correct...

Error returned with stack trace: FileNotFoundError: [Errno 2] No such file or directory: 'java' This is due to the default behavior of Transcrypt attempting to run (java based) minifier, whether...