Moritz von Göwels

Results 21 issues of Moritz von Göwels

On older iOS devices, the `calc` function must be prefixed with `-webkit-`. I think it would be helpful if the `^:prefix` metadata could be applied to css-functions as well.

Hello, I used your library a bit in the past and wanted to use it again in a small personal project. Here are my changes for Clojure 1.2 compatibility (I...

I just stumbled over some drawing-problems in massive graphs. Under the following links, you can find the two issues and the whole image: http://www.abload.de/img/screenshot2010-01-24atguiz.png http://www.abload.de/img/screenshot2010-01-24atl5wm.png http://www.abload.de/img/foozut4.png I don't know if...

Trying to install the latest bloop via Homebrew on a M1 MBP fails: ``` ➜ brew install scalacenter/bloop/bloop ==> Installing bloop from scalacenter/bloop ==> Downloading https://github.com/scalacenter/bloop/releases/download/v1.4.8/ba Already downloaded: /Users/moritz/Library/Caches/Homebrew/downloads/15b656d402cb87c13fcd6b5ed9a4fa4844dc7a8bfd053e3dd8436e081d2827d3--bash-completions ==>...

bug
help wanted
cli

As far as I see, using `begin` and `end` together with `Sqlitex.Server` has a race condition when two processes are sending messages: Serialized: ``` A -> Server: "begin" A ->...

If you have a weasel-repl open and kill emacs (or close the repl buffer) then the listen-socket for the websocket connection stays open, leading to a `BindException: Address already in...

A short skim through the code doesn't show anything iOS-specific. Is there a reason this library only supports iOS on Cocoapods?

I plan to add some niceties to MobileOrg NG, but I can't get the project to build. I got as far as updating the build.xml to the newest format but...

For some calculations it's useful to get the number of days in the current month. For example, I want to get the first and last day in a given month...