Chris Vigelius

Results 13 issues of Chris Vigelius

`textLenght` is a valid attribute on `svg:tspan` and `svg:text`: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/textLength Unfortunately, `textLength` gets kebap-cased to `text-length` because it [matches the CAMEL_PROPS regex](https://github.com/developit/preact-compat/commit/e0bc12c662f0fd033f28b414dff1498c49615d12). Comparing with the [SVG attribute reference](https://developer.mozilla.org/de/docs/Web/SVG/Attribute), the following...

For example in a mail server, it is important to have the correct source IP for outgoing connections (e.g. when the guest is making SMTP connection to another mail server,...

enhancement

I'm using react-scripts 0.7.0 to create an app with restful.js as the client. Using the default import instructions from the docs, e.g.: ``` import whatwg-fetch; import restful, { fetchBackend }...

Impressive project! Do you have any plans to add full text search over document contents? I'd like to use cryptpad as a personal wiki/knowledgebase, so it would be nice to...

Feature Request
CryptDrive

point out where to find bootstrap5 support ;)

I have: - [x] searched open and closed issues for duplicates ### Bug description When using a Star mcPrint 2 or 3, the printer won't cut, but instead print a...

Since Windows has a different driver concept, `is_kernel_driver_active()` is not necessary there and raises an `NotImplementedError`. The patch catches and ignores this error, so we can use xmlescpos on Windows,...

If slip sheet mode is not enabled, `Escpos.slip_sheet_mode` is undefined, which leads to an attribute error in escpos.py#712

Using Python's builtin logging module is better than calling `print`, and it is much better than printing stacktraces on the device ;)

Due to missing offset in Marshal.Copy, ReadHGlobalIntoStream replicates the first 4k of the hGlobal, leading to truncated filenames when dragging a lot of mails (10 or more).