Shing C

Results 22 issues of Shing C

`smooth-scroll` works great when doing Emacs `isearch`, however for Evil jumps (`n` and `Shift-n`) it doesn't. How to make it work? Thanks.

First, thanks for the nice work. I am excited to try out this optimizer. I noticed that in `get_optimizer` you have the following line https://github.com/IssamLaradji/sls/blob/318e9b569bdda96a925685030634238f043e3964/src/optimizers/__init__.py#L27 Where does this heuristic come...

I have troubles making `Alt-s` work everywhere. I am using spacemacs. The configuration I used is `(global-set-key (kbd "M-s") 'evil-escape)`. It works fine when editing text, for example to exit...

enhancement
help wanted

Numpy `np.dtype` does not support timestamps with tz: ``` File ".../actipy/src/actipy/processing.py", line 561, in mmap_like dtype = np.dtype([ TypeError: Cannot interpret 'datetime64[ns, UTC]' as a data type ``` Test file:...

Should gracefully handle empty files. First error occurs: line 220, in `_read_device info['StartTime'] = t.iloc[0].strftime(strftime)`

![image](https://github.com/OxWearables/stepcount/assets/5551642/ab4922ee-b895-4418-b206-a266df6b1c7c)

https://github.com/OxWearables/actipy/blob/0f452db9849a1166ba16e08387ce5cc07f44140c/src/actipy/processing.py#L168 Wear time and nonwear time do not account for NA. The calculation in https://github.com/OxWearables/actipy/blob/0f452db9849a1166ba16e08387ce5cc07f44140c/src/actipy/reader.py#L233 is correct but gets overwritten by `detect_nonwear()` info.