Flavian Hautbois
Flavian Hautbois
I've struggled to find how to filter tests `ng test` for one specific case: running slow tests separately but still with Karma / Jasmine. Two pre-existing (but closed) issues (#3603...
"Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely. You can use Object Lock to help meet regulatory requirements that...
### What were you trying to do? I have a PDF [test_form.pdf](https://github.com/Hopding/pdf-lib/files/7621464/test_form.pdf). Filling it with Acrobat properly sets the font to the field's associated font. Filling it with PDF-lib reverts...
In order to make the pull request titles more readable, this template should at least only one line * [ ] Write what your Pull request improves from a functional...
### Version 13.1.1 ### Steps to reproduce Setup an angular repository with `jest.config.ts`, not `jest.config.js`, jest-preset-angular, and a single test. ### Expected behavior The test runs ### Actual behavior `TypeError:...
Hello, I came across this problem today. The problem comes from `cypress-parallel/test-suites.js` which imports `glob` using `const glob = require('glob');`. There are two problems hidden behind this: - Since version...
When a non-openxml feature is used in animations, Powerpoint wraps the `` element in a ``. For example, setting `Bounce end` to true: (see enclosed file: [file_with_bounce.pptx](https://github.com/scanny/python-pptx/files/14556139/file_with_bounce.pptx) ) However, `python-pptx`...
Consider this piece of code: ```typescript import { z } from "zod"; const zodStringWithPreprocess = // Notice that in this simplified example, the preprocessing does nothing z.preprocess((val) => val, z.string())...
Python27
Hello, I wanted to test your module, but I mostly use python 27 so I've done a bit of work to make it compatible. Could you check if it works...
### Issue Summary When I write x.com/xxxxx, the URL gets rewritten as twitter.com/xxxxx Also, the logo on the author profile is still the bird logo, not the X logo. ###...