Claire Foster

Results 125 issues of Claire Foster

This choice is used by scipy, and seems less likely than the square window to produce completely wrong results for novice users. matlab and octave use the Hamming window, but...

When n != nfft, `getindex(::ArraySplit, i)` fills the fft buffer with `n` elements rather than `nfft`. This can result in a lot of trailing zeros in the buffer, so periodograms...

Hi, is there any plan to support autogeneration of the negation of a boolean flag? That is, if I want to accept both `--foo` and `--no-foo` to enable and disable...

I've recently written a macro tool for conveniently capturing query parameters as part of a private project. I've found it handy, so I wondered whether people would be interested in...

It seems that when getting a nonexistent column from a `LibPQ.Row` via `getproperty`, LibPQ logs a mysterious-looking error to stderr but doesn't otherwise indicate failure. Should this be an exception?...

julia-vim considers julia identifiers like `Σ₁` to be two separate words such that searching for this with `*` positioned over the identifier results in searching for only the current character...

Hi everyone I'm in the process of trying to use Documenter to document a medium sized project. I've written plenty of technical reference material in the past (a lot in...

Type: Documentation

Here's a case of failed formatting with `YASStyle`: ```julia julia> Text(text) y == begin x = func(args, args, args, args, args, args, args, args, args, args, args, args, args, args,...

bug

Debugging some concurrency issues, I ended up inside the source of `FileIO` and saw that it maintains global state in `sym2loader` and `sym2safer` (and maybe other places) which is not...

## Problem statement / motivation As a new user introducing graphile-migrate to a team, I've noticed that code review of migrations is complicated by the need to thoroughly check the...

enhancement