Philippe Ozil

Results 20 issues of Philippe Ozil

By default .NET uses TLS 1.0 but since Summer 16, connections are only allowed with TLS 1.1 or above. When testing the console sample app, connections using TLS 1.0 will...

enhancement

Server start fails under MaxOS Sierra due to this error: `(FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22) ERROR Error watching file for changes: EMFILE {"code":"EMFILE","errno":"EMFILE","syscall":"Error watching file for changes:","filename":null}...

Pass configuration as an object instead of relying on environment variables so that the application using the client can decide on how to best store its configuration (with a `.env`...

enhancement

ci: upgrade to node@20

### Summary When running the **Create Apex Unit Test Class** command with a right click on the project tree or from the command palette and specifying a class name that...

type:bug
area:apex
area:tests

This PR adds an LWR Experience Cloud site for the E-Bikes community.

- build: bump to API v62.0

### Actual behavior I'm attempting to run this basic app navigation test with the latest base POs (9.0.0 at time of writing): https://github.com/salesforce/utam-js-recipes/blob/main/force-app/test/app-navigation.spec.js This test is failing with `TypeError: elements.map...

bug
needs triaging

sfdx is deprecated so I upgraded the CLI command to sf. This is what we've been using in [ebikes](https://github.com/trailheadapps/ebikes-lwc/blob/main/scripts/generate-login-url.js#L13) for quite some time.

Having a CLI that generates JSON is powerful for automating certain tasks (CI and more). You can easily parse the JSON output with the [JQ utility](https://stedolan.github.io/jq/) so I think that...

documentation
help wanted