Josue Valenica

Results 14 issues of Josue Valenica

I have an style tag in my project. I want to include some nonce tag for content security policies. ![Screenshot 2022-03-04 at 11 07 11](https://user-images.githubusercontent.com/10994342/156743288-9f6d9e00-2eb8-428f-8aaa-6dd422f2ba9a.png) looks like is done here...

**Test:** ``` describe('When function authApi its passed', () => { test("Authentication services", async () => { const user: Response = await request.get('user'); // expect(userMock?.lastName).toEqual('Valencia'); expect(user.payload?.lastName).toEqual('Valencia'); }); }) ``` **The feature:**...

Hello, I just want to propose a new feature: Redirect to the WordPress folder after `vagrant ssh` After you run `vagrant ssh` and access to the virtual machine, you need...

support

Hi, I am trying to drag the progress bar. Is for an animation. Is it possible? how?

Hello. I am trying to login and update a collection. This is my context creation: ``` const server = new ApolloServer({ typeDefs, resolvers, context: ({ req, res }) => {...

I have an style tag in my project. I want to include some nonce tag for content security policies. ![Screenshot 2022-03-04 at 11 07 11](https://user-images.githubusercontent.com/10994342/156743288-9f6d9e00-2eb8-428f-8aaa-6dd422f2ba9a.png) looks like is done here...

Hello!. In the articleMainText.tpl there is a cicle that gets the child section tigles. ``` {foreach from=$sect->getChildSectionsTitles() item=secCont key=subsectionNumber} {$secCont} {/foreach} ``` Is there a way to create an inner...

This is the back from my jats xml file: ``` 5. References Here we have some references... // the reference here ``` I want to include the title and the...

I want to animate the no parent example, make it collapsable like the collapsable example. Any idea?

**Describe/explain the bug** A clear and concise description of what the bug is. Dependencies: ``` "@nivo/core": "0.80.0", "@nivo/pie": "0.80.0", "prop-types": "15.8.1", ``` OUTPUT: ``` VITE v4.3.9 ready in 1144 ms...

stale