Swaroop
Swaroop
Tried without the period in the name. **It is working now**! Looks like the code is trying to just replace the first `todo.txt` in the path to `todo_done.txt` and writes...
Looking at the code, I see this line is the cause. It is replacing the name in the entire file path string instead of doing just the filename. https://github.com/ransome1/sleek/blob/aad500c0d727294f2be0579b2a76e27394c9e291/src/js/helper.mjs#L169 I...
I went ahead and created the PR. You can take a look - https://github.com/ransome1/sleek/pull/446
Anyone figured out a solution for this? It's awkward with the line and circles sitting separately! 😆
One more observation. I add a mock file as follows in the `__mocks__` directory. ``` # react-native-autocomplete-dropdown.js import React from 'react'; import { View } from 'react-native'; const AutocompleteDropdown =...
@rehman-talha, what other graphs or plots do you have in mind? Some images or references can help folks here.
This seems to be stuck since almost two years now. `dayjs` is the one I'm using along with this library. `dayjs` is mostly compatible with moment's API. That would be...
Depending on how you want to highlight is, you can either use `markedDates` or `customDatesStyles`. With `markedDates`, you can only show either a dot or an underline. But with `customDatesStyles`,...
I am not sure about re-render. Does it not automatically happen when the state changes? On the second question about `onWeekChanged` being called, I can't seem to reproduce it. I...
Even if there is no official plan to have a dark version of the theme, is there any combination of colors that are suggested/recommended to use for the ark theme?...