zb3

Results 41 comments of zb3

I wanted to help with this one, albeit note I'm not really familiar with the whole codebase. After testing this locally, I see (at least) two issues here: The first...

I'm currently trying to set up a development environment using docker compose (I'm learning and my goal is to do `docker-compose up` and have it running). I saw issue #262...

For anyone with the same problem, as a workaround I currently use a separate image and [wait-for-it.sh](https://github.com/vishnubob/wait-for-it). Here's my Dockerfile: ``` FROM sosedoff/pgweb RUN apk add --no-cache bash COPY wait-for-it.sh...

@leader0001, you need to set the input encoding to UTF-8 instead of "Raw Bytes"

@a3957273, `updateInputValue` does the encoding, the charset is stored in the `InputWaiter` and I believe changing the default charset there could also affect the default charset when reading from url...

> If 0 is set, we don't know the code page and so run strToArrayBuffer Oh, this was not what I expected when I saw the "Raw bytes" label.. I'd...

I think there's a deeper problem and so "we're not there yet".. (I'm confused so hopefully my understanding of the architecture is incorrect) This is related to my comments on...

> I don't believe there's a way to get the encoding from a dropped file. The operating system has no concept of the 'encoding' of a file. The only way...

So it turns out that the original rules have this requirement, and the variant present in Simple-Solitaire is called "relaxed mode". In [my fork](https://github.com/zb3/Simple-Solitaire), the original rules are the default,...

https://github.com/TobiasBielefeld/Simple-Solitaire/issues/154 In [my fork](https://github.com/zb3/Simple-Solitaire), the last item in the settings menu points to the active game, which saves a click. Here's the commit: https://github.com/zb3/Simple-Solitaire/commit/d32ecf848757c3061e240f4db6878b1df1a953a7