Marcin Krzyzanowski

Results 21 issues of Marcin Krzyzanowski

given a code: ```swift terminal.feed(text: "\u{1b}]8;;746690\u{1b}\\Bug #746690\u{1b}]8;;\u{1b}\\") ``` Resulting NSAttributedString is ``` Bug #746690 { NSBackgroundColor = "Generic Gray Gamma 2.2 Profile colorspace 0 1"; NSColor = "NSCalibratedRGBColorSpace 0.54 0.54...

I notice that my code fails after [(fail if user tries writing bytes after request is sent #270)](https://github.com/swift-server/async-http-client/pull/270) change. Background: I use this API https://docs.docker.com/engine/api/v1.41/#operation/ContainerAttach that hijack the connection and...

I have this: ``` swift keywords.filter(!SQLite.contains(foundKeywords, Expression("Word")) ``` and Swift 1.2 report: Error: Cannot invoke 'filter' with an argument list of type '(Bool)' but only when compiled with -O (release)...

information needed

Use `Swift.print()`. This helps when there's an instance `print()` (as seen in AppKit eg. NSDocument.print()) fixes: ``` error: use of 'print' refers to instance method rather than global function 'print(_:separator:terminator:)'...

This PR adds a Makefile that can build and install static/dynamic libraries and headers suitable for C-compatible language clients. This is just automation that makes the parser easier to use....

I've noticed the server stop responding after some time (usually ~2 days) and can't properly restart it. Not sure what the NIO is doing but I have to reboot (or...

I create PR in the name of SmallCubed ;)

Hi, I've noticed that you compare performance to CryptoSwift here: https://github.com/etienne-martin/WebCrypto.swift#performance I'm concerned about the value: **CryptoSwift: 24366ms** I'd like you to ask about the tests you performed as it's...

> Linux's solution is to always _allocate the top half_ of the virtual memory space to the kernel https://github.com/hackclub/putting-the-you-in-cpu/blame/7550bc67f911795f356c36502bdaa645a0f1400a/src/content/chapters/5-the-translator-in-your-computer.mdx#L63 the wording suggest linux allocate half of the address space for...