477 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
Angular PDFViewer outline navigation
I display my PDF using the ng2-pdf-viewer.
I then get the outline.
pdfViewer.getOutline().then((outline: any[]) => {
topics = outline;
});
I display the topics
<ul *ngFor="let ...
2
votes
1
answer
372
views
how a JSON file can be given to Outline as a key in outline Android?
I am developing the mobile version of the Outline app, and I want to understand how to convert a JSON file into an Access Key.
I want the app to accept a JSON file containing the necessary ...
1
vote
2
answers
813
views
How to overwrite the default tailwind focus ring on Firefox?
Tailwind gives a default blue ring to focused elements.
I'm trying to change its color but without success, it's like the default is taking over custom rules.
https://play.tailwindcss.com/52qikegG9a
...
0
votes
0
answers
108
views
On VS Code, how can I create sections/bookmark specific lines in a Stata do-file?
I am writing a dofile (Stata script) on VS Code, and since it's pretty long, I would like to divide it into different sections so that I can easily navigate the script and quickly get to the lines I ...
0
votes
1
answer
129
views
Freetype FT_Load_Glyph: expecting FT_GLYPH_FORMAT_BITMAP, getting FT_GLYPH_FORMAT_OUTLINE
This works as expected when built for x64 and running on the Windows desktop, but not as expected when built for UWP-arm64 and running on the HoloLens:
After verifying that a selected face has a ...
-1
votes
1
answer
122
views
Expand an element's hitbox without affecting other elements
note: this didn't seem to be what I meant.
I'm making a menu bar (File, Edit, View, etc) where it would be nice if I could expand the hitbox of the menus to make it harder to let go of your currently ...
1
vote
3
answers
375
views
How to remove outline
Can anyone say how to remove this outline? outline-color is doing nothing. If I use outline: none it becomes convex.
Example:
I tried to change the color of the outline, but no changes.
input {
...
0
votes
1
answer
70
views
How to show border on TextInputLayout in Android Kotlin without MaterialComponents support
How to show border on TextInputLayout in Android without MaterialComponents.
I have an AppCompatActivity using AppTheme.DialogTheme to show the Activity as a Dialog, but this configuration does not ...
1
vote
2
answers
436
views
Changing the Rstudio document outline defaults
all my
# +----------+
# | HEADINGS | ####
# +----------+
do not show up in the RStudio outline anymore because now they would need to be
# +----------+
# HEADINGS | ####
# +----------+
Is there a ...
Jakob's user avatar
- 1,463
1
vote
2
answers
526
views
How do I remove the blue square that appears when I click the button on small screens?
When I set the screen size to be small in Chrome dev tools or when I check my project on my phone, a blue square temporarily appears around the button when I click it. I have tried to set outline: ...
1
vote
1
answer
304
views
How to outline an image and leave only the outline
I have a problem similar to this, but I want only the outline to remain. This is the image I'm trying to outline, any ideas?
I tried all the programs on the other threads, but none did what I wanted ...
0
votes
1
answer
62
views
How to get breadcrumbs to work for Salesforce Apex files in Visual Studio Code
In visual Studio Code, I can see that Breadcrumbs works for e.g. html files in my project, but not for Apex classes. I get Breadcrumbs for folder all the way to file, but not inside the cls file. I ...
2
votes
1
answer
1k
views
How to create a outlined text with filled body in Jetpack Compose
To create an outlined text you can apply a stroke effect to it but then it leaves the body transparent.
What I want to achieve here is
rather than
For creating the stroke effect we only need to have ...
0
votes
0
answers
27
views
outline on only 3 borders with box shadow not taking care of border radius
I have following structure
<div class="input-container" data-language="fr-CA">
<input class="input-arrows" data-min="0" data-max="100"&...
0
votes
1
answer
541
views
Markdown outline sync error in VS Code Jupyter Notebook
New markdown was created or modified, but it was not updated immediately. click online to refresh and update
If I click to change the markdown in the outline, it will change the markdown of the body. ...