Chrıs Seelus

Results 23 issues of Chrıs Seelus

macOS FontBook spits out two warnings when installing: So far it works great though (using it with iTerm 2/NeoVim with [vim-devicons](https://github.com/ryanoasis/vim-devicons))

Installed it yesterday (via vim-plug) and worked very nice so far. When editing some .slim files for a Rails project today, I noticed IDs and classes weren't highlighted anymore. Also...

Just saw the Unix icon is missing, so I added it. PR isn't complete yet: Added just the `.png` and `.svg` versions in this first commit, to explore if the...

I tried to assign the same mapping to `line_mapping` and `operator_mapping`, like with vim-commentary, but unfortunately this doesn't work: ```lua require('nvim_comment').setup({ -- Should key mappings be created create_mappings = true,...

According to [this issue](https://github.com/reduxjs/redux-toolkit/issues/583), integrating redux-offline with the Redux Toolkit `store` works fine. Strangely the apps `authSlice` seems to persist, despite redux-persist not (yet) being installed in this particular app....

The current version for Expo (2.6.0-expo.0) still uses `AsyncStorage` from `react-native`, see line 24 of `lib/defaults/persist.native.js`: ```javascript var _reactNative = require("react-native"); … var _default = function _default(store, options, callback) {...

Did some testing and the approach react-native-offline takes to ease the creation of offline first apps looks very interesting, especially the Redux integration. I could not find any information regarding...

wontfix

Spent the last few hours tracking down a problem where the JS on pages rendered with wkhtmltopdf (via WickedPdf gem) would not work (production env only, hosted with Heroku). Downgrading...

When adding ligatures to Monego, the Kerning gets somewhat distorted. Before (see the dot between 'Regular' and 'otf'): After:

help wanted

Using File Validators `file_content_type` and `file_size` with Active Storage throw a `Module::DelegationError` error (`content_type delegated to attachment, but attachment is nil` and `size delegated to attachment, but attachment is nil`),...