Adam Koewler

Results 36 comments of Adam Koewler

@tobimori Any update on the rewrite or is there anything started somewhere that I/we can help?

Did you guys have any work for this issue/ suggestion? I'd love to implement this into my current project.

Having this issue as well... hopefully the cert gets replaced soon EDIT: As of Jan 12 2:42PM CST the cert has been renewed. New expiration date: February 12, 2023

@securedeveloper is javascript-excel capable of styling table headers? Thanks for your work thus far.

@benjaminuggla That covers existing functionality but what about new features? I know the dev was working on column span, which is what I primarily need.

Kyle, are you able to get repeating lists working at all? Even without the setList, I can't seem to get nested repeaters working. (A bit new to Github, hopefully I'm...

I'm using CookieCutter v2.1.1 and am facing this issue. The proposed fixes above are not working along with this thread: https://github.com/cookiecutter/cookiecutter/issues/1430#issuecomment-765634948 Anyone have a fix?

Commented out of interest. I make my own userscripts and would love to have them auto-update.

Ran into a scenario where this would be useful. Any chance this could be merged?

~~Running into the same issue @Aliheym~~ EDIT: Looks like [someone already figured this out](https://github.com/Aliheym/typeorm-transactional/issues/40#issuecomment-1819000328). I updated ``` jest.mock('typeorm-transactional', () => ({ Transactional: () => () => ({}), })); ``` with...