Questions tagged [popper]

Popper is a container-native workflow and automation engine. It is used to automate containerized tasks such as compiling code, running tests, generating documentation, among many others. Popper abstracts the underlying container engine, thus the 'popper' tag is rarely used alone and is often paired with other tags such as 'docker', 'podman' or 'singularity'

Popper is a tool for defining and executing container-native workflows in Docker, as well as other container engines. With Popper, you define a workflow in a YAML file, and then execute it with a single command.

24 questions
8
votes
2 answers

What is the core difference between material ui popover and popper ? Any diff use cases?

Material UI is documentation is unarguably most close to perfect open source project docs for react developers but there are some unclear things like exact difference between Popover and Popper. Can someone explain me in short what is the core…
Mayank_MP5
  • 153
  • 1
  • 8
2
votes
1 answer

Is there a way to share a popper.js popper with multiple targets?

I am make a tooltip that will be triggered by multiple elements. Minor details in the tooltip will be changed by each trigger elements. My question however is, is there any way to create a single tooltip, that can be triggered by more than one…
djangbahevans
  • 153
  • 1
  • 2
  • 6
2
votes
2 answers

Installing Bootstrap 5 in ASP.NET MVC web app on .NET 4.8

I am trying to update an ASP.NET MVC app on .NET 4.8 to use Bootstrap 5.1. I followed this steps: Generate an ASP.NET Web Application (.NET Framework) application. Update Bootstrap using NuGet Package Manager from version 3.4.1 to version…
Byron2017
  • 871
  • 2
  • 11
  • 23
2
votes
1 answer

How to get the placement attribute of popper tooltip?

I am using popper.js and I want to change some css properties of other elements based on tooltip placements. when I check the html element from browser's console, I see the attribute, so I tried to use javascript first by using…
2
votes
1 answer

Change Popper.js Tooltip Title on Click

I swear I searched and did not find this question. Sorry if I have done a mistake! ATTENTION: I want to use JavaScript ONLY! I don't want to include jQuery library! There are many examples out there using jQuery, but they don't help me. Problem: I…
2
votes
1 answer

tooltip didn't hide after click on element (bootstrap v5.0)

I changed the bootstrap version from 4.5.x to 5.0.1 and also changed the initializing of the tooltips from $('[data-toggle="tooltip"]').tooltip({trigger: 'hover'}); to let tooltipTriggerList =…
Heiko
  • 45
  • 1
  • 7
2
votes
1 answer

How to run Popper on HPC without sudo rights

I want to execute a Popper workflow on a Linux HPC (High-performance computing) cluster. I don’t have admin/sudo rights. I know that I should use Singularity instead of Docker because Singularity is designed to not need sudo to run. However,…
traylor
  • 31
  • 4
1
vote
0 answers

MUI Modal cuts nested MUI Popper component on screen, scroll doesn't work

Ran into an issue using the MUI Modal component with the nested Popper. So, we have an edit form that is implemented with MUI Modal (once opened, scroll Y is disabled by default), inside we have a MUI popper that is used with a calendar. looks…
1
vote
1 answer

Warning: flushSync was called from inside a lifecycle method

Would anyone know how to debug and fix (or mute) following warning (apparently, Mantine is dropping react-popper in next major release)? Everything works fine, but warning is making it very hard to debug other issues. Warning: flushSync was called…
sunknudsen
  • 6,356
  • 3
  • 39
  • 76
1
vote
1 answer

How to use PopperJs 2 with Angular 13

I added PopperJS 2.11 as dependencie. Then I try to use Popper in AppComponent but I'm not sure how to call instance of Popper. Here is my code: app.component.html:
lorem…
Romek
  • 21
  • 1
  • 4
1
vote
0 answers

My JavaScripts Are Not Working on my MVC Project

I am new to MVC. I have been trying to resolve the issue now for 2 days non-stop (yes 48 hours) on my own before reaching out for help. But for some reason I cannot get the scripts for my bootstrap project to work. I have tried everything I can…
1
vote
1 answer

how to properly reference `dir` in the step attribute of a popper workflow?

I'm having trouble when I try to use the dir attribute of a step in my workflow. I have a directory like the following: myproject/ folder/ subfolder/ And this is how my workflow looks like: steps: - uses: docker://alpine:3.12 dir:…
ivotron
  • 1,471
  • 1
  • 17
  • 21
0
votes
1 answer

vue3+vite import jquery bootstrap popper build error

when I run npm install dev, following error info; when I run npm install build , following error info and web is blank; following is a part of code // index.html
GaryMK
  • 11
  • 4
0
votes
1 answer

MUI DatePicker - issue with placement popper-dialog

I'm using MUI v6.0.2 and I came across an issue with popper placement. When I scroll up and try to open a date picker it doesn't open on the top of the input, but somewhere upper in the page. Bottom placement works good, as expected. But it looks…
0
votes
0 answers

Fix the Mui Popper on the screen in the same position

I would like to fix the mui Popper in the same position on the screen, always 10px from the left and 50px from the top, regardless of where its parent Element lands. I have tried what seems like everything, playing with popperOptions modifiers and…
ksusha-beep
  • 75
  • 2
  • 9
1
2