Eddie

Results 82 comments of Eddie

Is there any way to subscribe to see when somebody decided to sell a ready made pcb (in the EU)? I'd love to have one of those, but my attempts...

It would be helpful if the people that are offering to help others would say where they are located.

The issue is that the path needs to start with a slash. This doesn't work `drive.get_item_by_path("folder1/folder2")` This works: `drive.get_item_by_path("/folder1/folder2")` o365 could prepend a slash if the path doesn't start with...

https://learn.microsoft.com/en-us/graph/api/driveitem-get?view=graph-rest-1.0&tabs=http ``` GET /drives/{drive-id}/items/{item-id} GET /drives/{drive-id}/root:/{item-path} GET /groups/{group-id}/drive/items/{item-id} GET /groups/{group-id}/drive/root:/{item-path} GET /me/drive/items/{item-id} GET /me/drive/root:/{item-path} GET /sites/{site-id}/drive/items/{item-id} GET /sites/{site-id}/drive/root:/{item-path} GET /sites/{site-id}/lists/{list-id}/items/{item-id}/driveItem GET /users/{user-id}/drive/items/{item-id} GET /users/{user-id}/drive/root:/{item-path} ``` It seems to be the...

I am in the same boat. I have a table that has a relationship to itself (think `employee`->`manager `relationship), but the created foreign key is just called `id_employee `and I...

@rkhaotix I am not sure if you meant me, but: I am trying to change the name itself, not the pattern.

> @dekiesel Hi, yes. :) > > Since the generated objects' names are ruled by the patterns you have to alter the patterns themselves to get the desired results. >...

I'd also like to know that. Same issue. In case this doesn't get updated anymore: does anybody know of a working alternative?

The current builds are failing, is it safe to assume that there won't be any updates here? I just set up an airgapped and encrypted VM on which I wanted...