-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Auth and debug flag #42
Conversation
Basic auth params added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove your auto formatting changes and adhere to the existing eslint rules
"quadstore": "13.0.0-alpha.1", | ||
"quadstore-comunica": "^3.3.0", | ||
"quadstore": "13.1.1", | ||
"quadstore-comunica": "^4.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some trouble with upgrading comunica so you may have to downgrade if you can't get the CI to pass. I can't remember what it was exactly at the moment but I'll let you know if I find out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I added .nvmrc
for the same reason. Can you just use nvm use
and then give it a try.
For CI also we might need to look at the node version.
package.json
Outdated
@@ -93,4 +93,4 @@ | |||
"peerDependencies": { | |||
"axios": "^0.27.2" | |||
} | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: please re-add the newline at the end of the file and setup your linter to use the included eslint rules
src/SklEngine.ts
Outdated
@@ -4,26 +4,37 @@ import type { | |||
OpenApiClientConfiguration, | |||
} from '@comake/openapi-operation-executor'; | |||
import { OpenApiOperationExecutor } from '@comake/openapi-operation-executor'; | |||
import { getIdFromNodeObjectIfDefined, type ReferenceNodeObject } from '@comake/rmlmapper-js'; | |||
import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mithyalabs there's still tons of auto-formatting done in here. Please revert it so that I can focus on meaningful changes
quadstore
andquadstore-comunica