Bora M. Alper

Results 19 issues of Bora M. Alper

``` Traceback (most recent call last): File "/home/ubuntu/cecibot/backend/backend/__main__.py", line 62, in main response = await processRequest(browser, request) File "/home/ubuntu/cecibot/backend/backend/__main__.py", line 121, in processRequest filePath = await getPDF(page) File "/home/ubuntu/cecibot/backend/backend/__main__.py", line...

bug
help wanted

On v0.11.0 ``` panic: runtime error: slice bounds out of range [:16384] with capacity 12494 goroutine 8412821 [running]: github.com/boramalper/magnetico/cmd/magneticod/bittorrent/metadata.(*Leech).Do(0xc000334100, 0xbf8dccfbc640d222, 0x142af7719da36, 0xf80980) /home/bora/magnetico/cmd/magneticod/bittorrent/metadata/leech.go:357 +0x1240 created by github.com/boramalper/magnetico/cmd/magneticod/bittorrent/metadata.(*Sink).Sink /home/bora/magnetico/cmd/magneticod/bittorrent/metadata/sink.go:124 +0x64c ```

bug

Create build automation scripts for Windows using PowerShell, which will be called by AppVeyor as well.

We should benchmark the memory usage as well, since it's an undoubtedly very important metric for an *in-memory* database.

enhancement

[ysleepy](https://news.ycombinator.com/user?id=ysleepy) on [Hacker News](https://news.ycombinator.com/item?id=18058031) [said](https://news.ycombinator.com/item?id=18059002): > Maybe messages should include a coarse timestamp to prevent replay of old messages by some adversary. > > Someone could resend a month old...

discussion
protocol
security

It is clearly indicated in the readme -*"No Android version seems to work, you still get a shell."*- that Android doesn't run on v86, *yet*. I wanted to submit a...

guest-os-support

Hi, I tried installing 2.0.1 on Ubuntu 20.04.1 Focal Fossa x64 and it failed with the following: ``` # apt install ./qtodotxt2_2.0.1_all.deb Reading package lists... Done Building dependency tree Reading...

I've added support for opening URLs using [`FS.createLazyFile`](https://emscripten.org/docs/api_reference/Filesystem-API.html#FS.createLazyFile) API of Emscripten. I've modified `api.coffee` and `worker.coffee` respectively. It might be also useful to document somewhere (README or the API docs?)...

I am trying to do a full-text search using FTS4, but for some reason my queries with `MATCH` keyword fails. I have tried both asm and wasm versions with debug...

See https://github.com/cloudevents/sdk-go/issues/693 Possibly relevant other issues: - https://github.com/knative/eventing/issues/1757 - https://github.com/knative/eventing/pull/1858

bug
dependencies