Karel Frajtak

Results 10 issues of Karel Frajtak

Hi, I have extended the `User` entity as described [here](https://www.npmjs.com/package/@accounts/typeorm): import { Entity, Column } from "typeorm"; import { User as AccountsUser } from "@accounts/typeorm"; @Entity() export class User extends...

question

Hi, I am trying to use Accounts graphql module with MySql database in my app and I'm getting > Data type "jsonb" in "User.profile" is not supported by "mysql" database....

The build crashes at 27% progress. The sources cannot be shared, sorry. Log is attached. ``` Exception occurred: File "c:\python39\lib\site-packages\rinoh\backend\pdf\filter.py", line 299, in read_from_source values = list(self._column_struct.unpack(row)) struct.error: unpack requires...

bug
crash

**Describe the bug** When using snapshooter with VS.NET Live Unit Testing following message is written to output ``` Message: Snapshooter.Exceptions.SnapshotTestException : Could not resolve directory for SnapShot Stack Trace: LiveUnitTestingDirectoryResolver.CheckForSession(SnapshotFullName...

I have created a custom test attribute. Internally it is using the test discoverer etc. classes that are derived from the Xunit classes, I am not implementing just the interfaces....

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...

Area-Comment-Based-Help

Hi, I had some hard time with the SignalR hub. I have a IIS hosted ASP.NET app where it worked fine and client was connecting to server hub and then...

Hi, if there's an error in IE11 running IE7 compatibility mode, I get alert `'[object Error]'` and the same is logged to console and also written into JUnit report. I...

Hi, I was getting this error message when running tests in IE11 with IE7 legacy mode. I had to manually change the code in angular-scenario.js file on line 9585 from...

Hi, I ran into a problem when using your DSC resource. The message was ``` VERBOSE: [2016-12-15T12:15:50] [ERROR] PowerShell DSC resource MSFT_xRobocopy failed to execute Test-TargetResource functionality with error message:...

bug
help wanted