Tyler Beason

Results 37 issues of Tyler Beason

It is quite annoying (I think) that `blkimpv` or `blsimpv` error when for whatever reason they can't find the iv. I am broadcasting the function over hundreds of options, I...

Maybe this has already been documented, but I didn't see it anywhere. I'm on Julia 0.7 master branch and Windows 7. ```julia julia> Pkg.build("WinRPM") WARNING: Base.Pkg is deprecated, run `using...

I had trouble with `escape` butchering a folderpath into a filename. I found that using a simple regex match to pick off the filename solved my problems. Don't know if...

**Affects:** PythonCall **Describe the bug** Cannot import pyarrow using PythonCall.jl In a fresh environment / new folder: ```julia using Pkg Pkg.activate(".") Pkg.add("CondaPkg") using CondaPkg CondaPkg.add("pyarrow") Pkg.add("PythonCall") using PythonCall pyarrow =...

bug

This failed for me on 1.10 but works in 1.9.4 ```julia julia> args = get_default_args() Downloaded artifact: GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked Downloaded artifact: GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked ERROR: Unable to automatically download/install artifact 'GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked' from sources...

![image](https://user-images.githubusercontent.com/10752449/225692091-f546ecc1-3e80-49aa-9bf7-0473d1d2286c.png) It doesn't happen in the REPL, but it happens after every single plotting cell in a Pluto notebook. I am on Windows 10 so not sure why I am...

I'm not quite sure what the problem is here, but I've encountered a file that I am not able to open! Luckily the file is public so maybe somebody can...

It seems the trend is to use things like LabelledArrays.jl for parameter vectors so that you get both `x[i]` and `x.a` access to values, which makes writing the objective function...

It seems like there is no possibility for weights, but I know that other software packages (in R and Stata) allow for weighted quantile regression. I think it should not...

why lag/lead no longer exported? what was the conflict that made this necessary?