Attila Hajdrik

Results 16 issues of Attila Hajdrik

A change since 6.0.4 when the `useWordWrap` option has changed causing runtime errors with schema validation for upstream packages and how the change was implemented is a breaking change. `table`...

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

bug
extensibility
p2

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

bug
auth
extensibility
p2

**Describe the bug** Tried to run dotnet serve on a x64 AL EC2 instance and run into issues. .NET SDK 8 and runtime is installed and confirmed working. **To Reproduce**...

bug

I had to filter large CSV files without touching the input, so I had to have access to the input raw data per line during my processing core. I solved...

Thanks for this neat library, helped me solve parsing of a large file without any extra effort with little modification to the sources. The issue I ran into is this:...

**Describe the feature** As an ISV we are having namespaced scratch orgs and to be able to utilize DX@Scale we had to adopt and create our own namespaced version of...

analysis
namespace

**Describe the bug** As an ISV we use a namespaced version of the artifact package and `SFPOrg` class fails with queries and updates to the `SfpowerscriptsArtifact2__c` custom object due to...

analysis
namespace

**Describe the feature** Extend the config schema for scratch org pools to support the `nonamespace` argument for org creation.

enhancement
namespace

I ran into the same issue described [here](https://salesforce.stackexchange.com/questions/371882/ssjs-array-prototype-throws-jintexception-when-used-with-dataextension-retrieve), but when the SSJS code has a call to `DataExtension.Retrieve`. It is unrelated to the `test` value, it happens if these 2...