Search
1000 results for “kitten_tech”
-
Red #Caturday #cat #catcontent #adoptdontshop #kitten #cats #cute #pet #kittens #pets #kittencafe #photography 赤 #キャットデー #猫 #猫コンテンツ #里親募集 #子猫 #猫たち #かわいい #ペット #子猫たち #ペット #子猫カフェ #写真 红色 #猫咪星期六 #猫 #猫咪内容 #领养不购买 #小猫 #猫咪 #可爱 #宠物 #小猫咪 #宠物 #猫咪咖啡馆 #摄影 #Katze #Katzeninhalte #Adoptierenstattkaufen #Kätzchen #Katzen #süß #Haustier #Haustiere #Fotografie
https://www.youtube.com/@kittencafemusic
https://www.dailymotion.com/Kittencafe -
„Kitten“ (Mira) 🐈⬛
Photo ©️ Dietmar Bachmann
📍Zofingen, Switzerland#caturday #cats #kitten #cat #photography #animals #pets #photo #nikon #nikond7000 #katzen #jungtiere #katze #fotografie #tiere #haustiere #foto
-
„Kitten“ (Mira) 🐈⬛
Photo ©️ Dietmar Bachmann
📍Zofingen, Switzerland#caturday #cats #kitten #cat #photography #animals #pets #photo #nikon #nikond7000 #katzen #jungtiere #katze #fotografie #tiere #haustiere #foto
-
„Kitten“ (Mira) 🐈⬛
Photo ©️ Dietmar Bachmann
📍Zofingen, Switzerland#caturday #cats #kitten #cat #photography #animals #pets #photo #nikon #nikond7000 #katzen #jungtiere #katze #fotografie #tiere #haustiere #foto
-
„Kitten“ (Mira) 🐈⬛
Photo ©️ Dietmar Bachmann
📍Zofingen, Switzerland#caturday #cats #kitten #cat #photography #animals #pets #photo #nikon #nikond7000 #katzen #jungtiere #katze #fotografie #tiere #haustiere #foto
-
„Kitten“ (Mira) 🐈⬛
Photo ©️ Dietmar Bachmann
📍Zofingen, Switzerland#caturday #cats #kitten #cat #photography #animals #pets #photo #nikon #nikond7000 #katzen #jungtiere #katze #fotografie #tiere #haustiere #foto
-
Did someone say whiskers?
Cats of the Island #whiskerswednesday #cat #catcontent #adoptdontshop #kitten #cats #cute #pet #kittens #pets #kittencafe #photography 섬의 고양이들 #수염수요일 #고양이 #고양이콘텐츠 #입양하세요구매하지마세요 #새끼고양이 #고양이들 #귀여움 #반려동물 #새끼고양이들 #반려동물 #고양이카페 #사진
https://distrokid.com/hyperfollow/kittencaf/emotional-intelligence -
🥳 New Kitten Release
• Implement garbage collection timeout for unconnected pages
Added a timeout to KittenPage instances so that if they do not connect within 10 seconds, they are garbage collected.
This is to avoid a memory leak in the scenario where a person rapidly refreshes a class-based (state maintaining) Kitten page. In such a scenario, the almost instant page lifecycle does not allow enough time for the page’s default WebSocket to connect and disconnect from the client. As we normally garbage collect pages when their default WebSocket disconnects, this leaves the page object in memory, creating a memory leak.Enjoy!
:kitten:💕
-
🥳 New Kitten Release
• Fix: Events on `KittenComponent` hierarchies are now bubbled in reverse (from children down to parents). This provides for predictable event firing in cases where parents might emit events (e.g., a page emitting an event from its `onConnect()` handler). Your existing code should work as before with certain edge cases that might have broken before no longer breaking.
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• Fix: Events on `KittenComponent` hierarchies are now bubbled in reverse (from children down to parents). This provides for predictable event firing in cases where parents might emit events (e.g., a page emitting an event from its `onConnect()` handler). Your existing code should work as before with certain edge cases that might have broken before no longer breaking.
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• Fix: Events on `KittenComponent` hierarchies are now bubbled in reverse (from children down to parents). This provides for predictable event firing in cases where parents might emit events (e.g., a page emitting an event from its `onConnect()` handler). Your existing code should work as before with certain edge cases that might have broken before no longer breaking.
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• Fix: Events on `KittenComponent` hierarchies are now bubbled in reverse (from children down to parents). This provides for predictable event firing in cases where parents might emit events (e.g., a page emitting an event from its `onConnect()` handler). Your existing code should work as before with certain edge cases that might have broken before no longer breaking.
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• `KittenComponent` (and thereby `KittenPage`) gains an `emit()` method.
Use this to bubble events from your page to all child components or from any component to all of its child components.
This is useful, for example, for setting the state of a page or a component where each child component knows how to present itself for that state.
(That, in turn, is useful if you want to be able to restore state based on URLs.)
The naming convention-based mapping of event names to event handler names is the same as for the events you receive from the client. So an event called `myEvent` will result in `onMyEvent` handlers on child components being called.(Also update @small-web/kitten to version 7.1.0 to get language intelligence for the new method.)
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• `KittenComponent` (and thereby `KittenPage`) gains an `emit()` method.
Use this to bubble events from your page to all child components or from any component to all of its child components.
This is useful, for example, for setting the state of a page or a component where each child component knows how to present itself for that state.
(That, in turn, is useful if you want to be able to restore state based on URLs.)
The naming convention-based mapping of event names to event handler names is the same as for the events you receive from the client. So an event called `myEvent` will result in `onMyEvent` handlers on child components being called.(Also update @small-web/kitten to version 7.1.0 to get language intelligence for the new method.)
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• `KittenComponent` (and thereby `KittenPage`) gains an `emit()` method.
Use this to bubble events from your page to all child components or from any component to all of its child components.
This is useful, for example, for setting the state of a page or a component where each child component knows how to present itself for that state.
(That, in turn, is useful if you want to be able to restore state based on URLs.)
The naming convention-based mapping of event names to event handler names is the same as for the events you receive from the client. So an event called `myEvent` will result in `onMyEvent` handlers on child components being called.(Also update @small-web/kitten to version 7.1.0 to get language intelligence for the new method.)
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
🥳 New Kitten Release
• `KittenComponent` (and thereby `KittenPage`) gains an `emit()` method.
Use this to bubble events from your page to all child components or from any component to all of its child components.
This is useful, for example, for setting the state of a page or a component where each child component knows how to present itself for that state.
(That, in turn, is useful if you want to be able to restore state based on URLs.)
The naming convention-based mapping of event names to event handler names is the same as for the events you receive from the client. So an event called `myEvent` will result in `onMyEvent` handlers on child components being called.(Also update @small-web/kitten to version 7.1.0 to get language intelligence for the new method.)
Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML
-
Cats and dogs - taken photos & anime mv pix #cat #dog #dogs #caturday #catcontent #kitten #cats #pet #kittens #pets #anime #kpop #kittencafe #manga #anime #cartoon #manhwa #mv #musicvideo #flick #musicclip #dogcontent #고양이 #강아지 #강아지들 #고양이의날 #고양이콘텐츠 #새끼고양이 #고양이들 #반려동물 #새끼고양이들 #반려동물 #애니메이션 #K팝 #고양이카페 #만화 #애니메이션 #만화영화 #만화 #뮤직비디오 #뮤직클립 #강아지콘텐츠
Anime Music Video Pictures taken from
https://www.dailymotion.com/video/xa2go34
https://www.youtube.com/watch?v=onUQl4rrUhQ
https://invidious.nerdvpn.de/watch?v=onUQl4rrUhQ -
🥳 New @small-web/kitten (Kitten globals) release.
• Improved type information.
• Now plays nice with tsconfig.json and tsc.
• Adds `rawBody` to `KittenRequest`.This is not really a breaking change (in that it won’t break your apps) but I’m releasing it as a major version update so as not to surprise you if you notice the type information is different (more detailed than before).
To update in your kitten apps:
npm install @small-web/kitten@7For more information on how to use this module, see the Kitten Type Safety tutorial:
https://kitten.small-web.org/tutorials/type-safety/Full change log:
https://codeberg.org/kitten/globals/src/branch/main/CHANGELOG.md#7-0-0-2026-03-19Enjoy!
:kitten:💕
#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #typeSafety #JavaScript #JS #nodeJS
-
🥳 New Kitten¹ Release
• Fixes: Page infinitely refreshes if class does not extend `kitten.Page`
Kitten now shows a helpful error message for this authoring error.
(The issue was due to the page getting rendered without the necessary scaffolding provided by the base class for maintaining the web socket connection,. leading to Kitten thinking the socket connection had failed and triggering a reload to reestablish it.)
Full changelog of today’s updates: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2026-03-18
Thanks to @joshhatesgithub (https://codeberg.org/joshhatesgithub) for discovering and reporting this last night.
Enjoy!
:kitten:💕
¹ https://kitten.small-web.org
#Kitten #KittenReleases #SmallWeb #developerExperience #bugFix
-
🥳 New Kitten¹ Release
• Adds `rawBody` to non-multipart POST requests.
This property, which is a Buffer, is necessary if you want to verify signatures (e.g., for webhooks).
I had to fork express-busboy as they already ruled out adding it. The fork (@small-web/kitten-busboy²) also allowed me to type the middleware extension point for Polka³ instead of Express (Kitten uses Polka) so that’s one @ts-ignore removed (hey, dev is a string of little wins) :)
Change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2026-03-18
Caught a bug and feeling a little under the weather at the moment (nothing major, mom and dad – no need to worry) so apologies if I’m not responsive here.
Enjoy!:kitten:💕
¹ https://kitten.small-web.org
² https://codeberg.org/kitten/busboy
³ https://github.com/lukeed/polka#Kitten #SmallWeb #KittenReleases #busboy #polka #express #bodyParsing #middleware #NodeJS #web #dev
-
🥳 New Kitten¹ Release
• Adds `rawBody` to non-multipart POST requests.
This property, which is a Buffer, is necessary if you want to verify signatures (e.g., for webhooks).
I had to fork express-busboy as they already ruled out adding it. The fork (@small-web/kitten-busboy²) also allowed me to type the middleware extension point for Polka³ instead of Express (Kitten uses Polka) so that’s one @ts-ignore removed (hey, dev is a string of little wins) :)
Change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2026-03-18
Caught a bug and feeling a little under the weather at the moment (nothing major, mom and dad – no need to worry) so apologies if I’m not responsive here.
Enjoy!:kitten:💕
¹ https://kitten.small-web.org
² https://codeberg.org/kitten/busboy
³ https://github.com/lukeed/polka#Kitten #SmallWeb #KittenReleases #busboy #polka #express #bodyParsing #middleware #NodeJS #web #dev
-
🥳 New Kitten¹ Release
• Adds `rawBody` to non-multipart POST requests.
This property, which is a Buffer, is necessary if you want to verify signatures (e.g., for webhooks).
I had to fork express-busboy as they already ruled out adding it. The fork (@small-web/kitten-busboy²) also allowed me to type the middleware extension point for Polka³ instead of Express (Kitten uses Polka) so that’s one @ts-ignore removed (hey, dev is a string of little wins) :)
Change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2026-03-18
Caught a bug and feeling a little under the weather at the moment (nothing major, mom and dad – no need to worry) so apologies if I’m not responsive here.
Enjoy!:kitten:💕
¹ https://kitten.small-web.org
² https://codeberg.org/kitten/busboy
³ https://github.com/lukeed/polka#Kitten #SmallWeb #KittenReleases #busboy #polka #express #bodyParsing #middleware #NodeJS #web #dev
-
🥳 New Kitten¹ Release
• Adds `rawBody` to non-multipart POST requests.
This property, which is a Buffer, is necessary if you want to verify signatures (e.g., for webhooks).
I had to fork express-busboy as they already ruled out adding it. The fork (@small-web/kitten-busboy²) also allowed me to type the middleware extension point for Polka³ instead of Express (Kitten uses Polka) so that’s one @ts-ignore removed (hey, dev is a string of little wins) :)
Change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2026-03-18
Caught a bug and feeling a little under the weather at the moment (nothing major, mom and dad – no need to worry) so apologies if I’m not responsive here.
Enjoy!:kitten:💕
¹ https://kitten.small-web.org
² https://codeberg.org/kitten/busboy
³ https://github.com/lukeed/polka#Kitten #SmallWeb #KittenReleases #busboy #polka #express #bodyParsing #middleware #NodeJS #web #dev
-
Cats of the South - taken photos & anime mv pix 남부의 고양이들 - 직접 찍은 사진 및 애니메이션 뮤직비디오 스틸컷 #cat #caturday #catcontent #adoptdontshop #kitten #cats #cute #pet #kittens #pets #anime #kpop #kittencafe #photography #manga #anime #cartoon #manhwa #mv #musicvideo #flick #musicclip #고양이 #고양이의날 #고양이콘텐츠 #입양하세요구매하지마세요 #새끼고양이 #고양이 #귀여움 #반려동물 #새끼고양이들 #애완동물 #애니메이션 #K팝 #고양이카페 #사진 #만화 #애니메이션 #카툰 #만화 #뮤직비디오 #음악영상 #클립
https://www.youtube.com/@kittencafemusic
https://www.dailymotion.com/Kittencafe