Roger Far
Roger Far
In https://docs.gitlab.com/ee/api/repository_files.html there is a function `Get raw file from repository`: `GET /projects/:id/repository/files/:file_path/raw`
When you specify the --auto-open-devtools-for-tabs flag and run karma the initial page shows some odd behaviour in the debug pane. For example if you have a console.log with an array,...
When calling `useDrop` it will effectively remove all dragging capabilities from your app, even if they are outside the `DndProvider` container. See: https://codesandbox.io/s/festive-sky-muxxt?file=/src/index.js Try dragging the red square, it's marked...
Is it possible to add a complete sample with Microsoft's Unity?
I noticed that DbGeography is included in the library but when I run it I get: > Spatial types and functions are not available for this provider because the assembly...
We are using this library in production in the browser, so bundle sizes matter. When I analyze my bundle app, the sql-formatter library uses about 443kb, but a large part...
It seems that some CSS variables are not honored, for example font-size: https://svelte.dev/repl/b771ec4253594153b649e9e6dc027ced?version=3.50.1 It's all the variables that are defined here: https://github.com/rob-balfre/svelte-select/blob/feature/v5/src/lib/Select.svelte#L869 This should probably be: ``` font-size: var(--font-size, 16px);...
When having the code: ``` export class MyComponent implements OnInit { public test: MyTest; ngOnInit(){ test = null; } } ``` test is assumed undefined when the class is initialized,...
Is it possible to add a dark mode? Or should we manually change the background color?
### What happened? When searching for code, you can request TextMatches by adding `application/vnd.github.text-match+json` to the `Accept` header: https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#text-match-metadata This will include `text_matches` in the response, currently they are not...