Skip to content

Lukas Jakob

Ramblings on web development…

  • About
  • Imprint

Recent Posts

  • How to set browser default language in Cypress
  • Angular Jest testing setup
  • Multiple requests in order and emit once in Angular
  • Remove Angular Material icon button focus
  • How to dynamically load external scripts in Angular

Categories

  • Allgemein
  • Angular
  • Extbase
  • Firestore
  • Javascript
  • React
  • Typo3 CMS

Category: Allgemein

How to set browser default language in Cypress

If running cypress in headless mode, the browser default language might not be set correctly, which causes assertions for translation values to fail.
Continue reading How to set browser default language in Cypress

Posted on 17. August 2020Categories Allgemein

Multiple requests in order and emit once in Angular

How can you make multiple HttpClient requests in order and emit only one value to the subscription?

Continue reading Multiple requests in order and emit once in Angular

Posted on 1. April 2020Categories Allgemein, Angular, Javascript

Remove Angular Material icon button focus

The Angular Material component library show a grey background for mat-icon-button elements. The following CSS style disables the focused background.
Continue reading Remove Angular Material icon button focus

Posted on 22. October 201911. March 2023Categories Allgemein

Change body class in React app components

Manipulating the body class attribute in react app’s is not straight forward, because of it’s nested components architecture. The workaround demonstrated in this article helps out.

Continue reading Change body class in React app components

Posted on 12. December 2017Categories Allgemein, Javascript, React

Using named exports for 3rd party libs in Ionic2 rollup build

The Ionic dev team has changed the build processes in the beta and release candidate phases quite a bit and I had troubles to figure out solutions for including third party libs. Here is one of them.

Continue reading Using named exports for 3rd party libs in Ionic2 rollup build

Posted on 15. November 2016Categories Allgemein

RTE in custom extension not shown after update to Typo3 7

After updating a website containing custom extensions built by the extension_builder I encountered the problem of my text fields not showing the RTE anymore.

Continue reading RTE in custom extension not shown after update to Typo3 7

Posted on 21. November 2015Categories Allgemein, Extbase, Typo3 CMS

Typo3 Ajax request with pagetype

Fetching data via ajax from your typo3 website frontend can be done with an eid script or a custom typoscript page object targeted with it’s own pagetype. The latter is explained in this post.

Continue reading Typo3 Ajax request with pagetype

Posted on 13. October 2015Categories Allgemein, Extbase, Typo3 CMS
Proudly powered by WordPress