PikachuEXE
PikachuEXE
## Pull Request Type - [x] Bugfix - [ ] Feature Implementation - [ ] Documentation - [ ] Other ## Related issue #4687 Includes code from #4687 so you...
## Pull Request Type - [ ] Bugfix - [x] Feature Implementation - [ ] Documentation - [ ] Other ## Related issue https://github.com/FreeTubeApp/FreeTube/discussions/4521 ## Description Make following places to...
## Pull Request Type - [ ] Bugfix - [x] Feature Implementation - [ ] Documentation - [ ] Other ## Related issue Follow up of https://github.com/FreeTubeApp/FreeTube/pull/4561 ## Description When...
There is an answer already, just want to put a reference Setting `url` to `http://{s}.map.bdimg.com/tile/?qt=tile&x={x}&y={y}&z={z}&styles=pl&scaler=2` Will make the tiles returned clearer
We have email jobs running a long time (for even 1 email) We are monitoring the time spent with NewRelic Is there anyway to find out more about what's going...
I got something like `//assets.my.domain/assets/mailer-4d19915455ba1fec1f18ca31aaccf9ce.css` I got this generated URL with this code: `= stylesheet_link_tag('mailer.css')` I have no idea how to get local assets
```ruby File.read("/Users/pikachuexe/Downloads/test_data_feed.txt").blank_as? # => ArgumentError: invalid byte sequence in UTF-8 require "rchardet" ::CharDet.detect(File.read("/Users/pikachuexe/Downloads/test_data_feed.txt")) # Result { "encoding" => "UTF-16LE", "confidence" => 1.0 } ``` [test_data_feed.txt](https://github.com/SamSaffron/fast_blank/files/3915511/test_data_feed.txt)
I have modified `PointInPolygon#point_location` to use `random_ray` directly instead Then it becomes very fast for me And the result is acceptable too (observed on a map with markers and polygons)...
https://github.com/igor-alexandrov/wiselinks/pull/62 breaks what the [readme](https://github.com/igor-alexandrov/wiselinks#javascript-events) says about `data`: ``` page:done ($target, status, url, data) Event is triggered if the request succeeds. $target – jQuery object that was updated with the...
I want to do some custom update Such as handling `id` and `class` attributes update on `html` (I use these for styling and stuff like `Modernizr`)