Colin Caine

Results 71 issues of Colin Caine

rootDirs is useful for combining relative imports with generated source files.

Otherwise I can fingerprint on diacritic form, ligatures, etc. I don't know if it also removes the homoglyphs. Might want to look into that. NFKC does change the appearance of...

good first issue

Copy mouseHandler into draw_bindings and call it on draw.CREATE. I release this contribution under the GPLv3 licence.

`map_shape_click` is not triggered in latest leaflet.extras for drawn shapes. Tested in v1, v0.2 reprex: ```r library(leaflet) library(leaflet.extras) library(shiny) ui

Say I've configured `iron` with two repl definitions for a ft, how do I start a REPL that uses the non-preferred definition? Example config: ```lua local iron = require('iron') iron.core.add_repl_definitions...

I get different errors to #464, so I thought I'd make a new issue. The first exception is: `LoadError: could not load library "C:\Users\Colin\.julia\packages\Cxx\bZSeY\src\..\deps\usr\bin\libcxxffi"` Tested on Cxx.jl 0.4.0 and master...

The docstrings for e.g. `ftest` are not present in the generated documentation but are quite useful. I think the full API should be in the generated docs.

I could write this, I suppose. Bike shedding encouraged on where to put it.

The documentation suggests that this might work: ```julia using GLM, DataFrames df = DataFrame(x = rand(100), y = rand(100), w = repeat([1,1,1,100], 25)); fit(LinearModel, @formula(y ~ x), df, wts =...

This work is sponsored by [Integrated Transport Planning Ltd](https://www.itpworld.net) and the [World Bank](https://www.worldbank.org). Re-styling existing features on the map is very slow because the geometry is sent each time. This...