FreePhoenix888

Results 51 issues of FreePhoenix888

# Error ``` Error: req#logout requires a callback function at req.logout.req.logOut (/home/freephoenix888/Programming/google-photos/REST/PhotoFrame/node_modules/passport/lib/http/request.js:65:44) at file:///home/freephoenix888/Programming/google-photos/REST/PhotoFrame/app.js:204:7 at Layer.handle [as handle_request] (/home/freephoenix888/Programming/google-photos/REST/PhotoFrame/node_modules/express/lib/router/layer.js:95:5) at next (/home/freephoenix888/Programming/google-photos/REST/PhotoFrame/node_modules/express/lib/router/route.js:144:13) at Route.dispatch (/home/freephoenix888/Programming/google-photos/REST/PhotoFrame/node_modules/express/lib/router/route.js:114:3) at Layer.handle [as handle_request] (/home/freephoenix888/Programming/google-photos/REST/PhotoFrame/node_modules/express/lib/router/layer.js:95:5)...

# Code ``` export interface Abc { firstName: string } ``` # Expected ``` freephoenix888@freephoenix888:~/Programming/deep/firebase-push-notification$ typescript-json-schema ./src/push-notification.ts "Abc" --titles { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "firstName": { "title": "First name", "type":...

Please: - [x] Make your pull request atomic, fixing one issue at a time unless there are many relevant issues that cannot be decoupled. - [x] Provide a test case...

### Description When I put 2 elements in RightInputElement the right elements goes outside of the input I expect to have two elements at the right side of my input...

**Is your feature request related to a problem? Please describe.** Google Photos API is present but there is no support for it in this library **Describe the solution you'd like**...

type: feature request
priority: p3

**Describe the bug** I pack my app by using this tool but for some reason get this error: ``` Error: node_modules/chokidar/types/index.d.ts(9,14): error TS2420: Class 'import("/home/runner/work/deep-memo-app/deep-memo-app/electron/node_modules/chokidar/types/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'. ```...

My gitpod workspace already has its image. Is there a way to have abitility to debug by using bun without usin this template? If I just install bun extension and...

In eframe we are able to use storage: https://docs.rs/eframe/0.26.2/eframe/index.html#:~:text=app%20state%20using-,cc.storage,-(requires%20the%20%22persistence How to do it when using egui_overlay?