Vedmant

Results 95 issues of Vedmant

https://running-time.vedmant.com/#/report/weekly https://screencast.com/t/mKmzgZgeO

How can I add work to a pool while it's already running and make it return only that part of work after that part was finished? I need a pool...

How I can write tests with this package? Is there some way to mock this service, I couldn't find anything in docs.

Hi, I have an object from the backend that returns me image in multiple formats, like jpg, webp. I need then to create a tag like: ``` ``` How I...

When I'm trying to add this module to my app I have following error: FATAL Invalid or unexpected token 10:02:35 const ext = input.split(".").pop()?.split("?")[0]; ^ SyntaxError: Invalid or unexpected token...

I added author field to items: ```js ideas.forEach((idea) => { feed.addItem({ title: idea.title, id: idea.short_id, link: `${urlBase}/${idea.short_id}/${idea.slug}`, content: idea.content, date: new Date(idea.idea_date), author: idea.user.name, }) }) ``` But in the...

Hi, how do I do pagination with this module? I'll need to access request data as well as pass additional tags to xml like: ` ` (https://stackoverflow.com/questions/1301392/pagination-in-feeds-like-atom-and-rss)

How do I access publicRuntimeConfig or serverRuntimeConfig from this module?

When it's a lot of inputs about hundred, validation process takes up to 20 seconds, while browser is frozen. Exapmle: http://olgomotors.co.nz/new/finance.html - Click "APPLY TODAY TO GET PRE-APPROVED ›".

When I run tests I get following error: AttributeError: 'LogRecord' object has no attribute 'duration'