kcajf

Results 22 issues of kcajf

Is there a way to export all notes as e.g. markdown? Would be very useful for doing backups of my evernote.

feature request

Hi Steve, Currently the animateToPosition method stops the globe instantly irrespective of its motion and then moves in a straight line to the target coords. How hard would it be...

feature request

https://github.com/mpastell/Pweave/blob/45b56ec60c5badb4e40796178397a4eae5bdddcb/pweave/processors/base.py#L251 It looks like the `self.add_echo()` from this line went missing at some point. Now, `` and `` have the same functionality (code is the same).

Hi, just trying `@avx` for the first time on a simple loop that includes the negation of a boolean: ``` julia> xs = rand(10) julia> function foo(x) count = 0...

``` Python 3.7.6 | packaged by conda-forge | (default, Mar 23 2020, 23:03:20) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import julia >>>...

This is my attempt at addressing #147 All the tests appear to pass. I'm new to Julia and wasn't quite sure on the best way implement this, but doing it...

Is there an already implemented way to slice an AxisArray along an axis from a given point to the end, similar to how one can slice a normal Array with...

Having looked at the source code it is clear that when taking a view of an AxisArray, the indexed axes might be copied if `_new_axes` is called (https://github.com/JuliaArrays/AxisArrays.jl/blob/master/src/indexing.jl#L80). Is this...

Currently the `$columns` macro produces `intDiv(toFloat64(timestamp) * 1000, (1 * 1000)) * (1 * 1000)) AS t`. Would it be possible to make it optionally output the equivalent `$timeSeriesMs` query?

Due to how lookups are handled in AK, it seems like in many cases the acceleration of AcceleratedArrays isn't used. For example: ``` using Dates using AcceleratedArrays using AxisKeys dates...