Oytun Tez

Results 11 issues of Oytun Tez

Today I refactored some of this package to support: - multiple benchmarking classes, such as one for time and one for memory. - custom benchmarking classes. This lets you benchmark...

Hi there! Thank you for the effort in this library – I am testing happy-dom to see if I can achieve some performance improvement over jsdom. Our case is more...

bug
high priority

1) Demo page does not work on IE9, because the callback script is not run. When you run the callback yourself (`window.top.fd_1234` type of calls) by copying from the server...

Hi team and @heathdutton, This is not about your repository, but we have quite a similar setup for Mautic. We are using file spool and we are experiencing not only...

Currently, update() method replaces the whole row with the new data. This is not very suitable for many situations and for rows with many keys. Instead it should update only...

**Describe the bug** I have a type that looks like this: ```python class QuoteFileType(BaseDoc): """ QuoteFileType class. """ id: str = None # same as name, compatibility reasons for a...

Stale

# Description If possible, please provide a brief description of what is wrong with this exercise. # Diagnostics information (do not remove) - Exercise identifier: [courseId=grammar-intro_eng][lessonNumber=1][exerciseId=1052] - Exercise payload: {"exercise":{"alternatives":["ta","pelxu"],"sentences":[{"lojbanic":true,"text":"ta...

# Description If possible, please provide a brief description of what is wrong with this exercise. # Diagnostics information (do not remove) - Exercise identifier: [courseId=grammar-intro_eng][lessonNumber=1][exerciseId=1951] - Exercise payload: {"exercise":{"alternatives":["zdani","ta"],"sentences":[{"lojbanic":true,"text":"ta...

New parameter for connection sessions: final_redirect_url This param enables starting a new connection creation that finalizes with redirecting to `final_redirect_url` with error or success result. It especially frees developers from...

Hi there, Is it possible to apply partial formatting on a text element, such as making a word in the middle bold? This would basically have the same formatting options...

type:bug
type:question