iBug

Results 47 issues of iBug
trafficstars

For example, the following content in the middle of a document causes an exception: ```markdown [text](/~nonexistent/example.pdf) ``` We encountered this when migrating a large (dirty) site where we had a...

So we don't rely MS on updating the deploy branch (we still rely it on notifying running Smokey instances). The "deploy" job only runs after the "build" job succeeds (i.e....

status: confirmed

Originally mentioned by @makyen here: We have several places where an API filter is specified directly, and in most of these cases what we want is almost identical. Aggregating these...

type: refactor
status: confirmed

MS is frequently going out of service recently. It'd be a nice feature if Smokey can cache posts locally when MS is down and registers the cached stuff on MS,...

type: feature request
integration: metasmoke
status: confirmed

I set up a local instance (iBot) of Smokey in a Docker container, and recently I noticed unintelligibly high disk write amount (read from `Block I/O` column of `docker stats`)....

type: bug
status: confirmed

Fixes mmistakes/minimal-mistakes#3774

IMO, a consistent coding style, including naming convention, is important for good code. While starting my own Chisel project some time ago, I faced some port mismatch issues, and found...

Since RawGit was deprecated in 2018, jsDelivr has been a good replacement. Loading stuff directly from `raw.githubusercontent.com` has always been discouraged ([example](https://stackoverflow.com/a/50598749/5958455)). For jsDelivr's advantages, [their website](https://www.jsdelivr.com/) makes most of...

script: Close Vote Request Generator

I took a brief look at Magic Editor's code and found that it's based on a truckload of regexes. I use that on Android Enthusiasts frequently, but one thing I'm...

enhancement
script: Magic™ Editor

This was originally asked on [Stack Overflow](https://stackoverflow.com/q/73424458/5958455), but I later discovered that `Data1` and `Data2` are completely unusable. The code snippet is: ```go package main import ( "unsafe" "github.com/veandco/go-sdl2/sdl" )...