全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

注册

登录


全部 新建 注册 登录

所有匹配主题的 Gist phoenix

最近 创建
最早 创建
最近 更新
最早 更新
gaiety's Avatar

gaiety / ecto-search-simple-word-similarity.ex

0 喜欢
0 派生
1 文件
最后活跃于 1753036694
ecto elixir phoenix search
1 defp items_search(search) do
2 dynamic(
3 [item],
4 fragment(
5 "word_similarity(?, CONCAT(?, ' ', ?)) > 0.6",
6 ^search,
7 item.name,
8 item.description
9 )
10 )
gaiety's Avatar

gaiety / Phoenix (Elixir) + LitElement + TailwindCSS

0 喜欢
0 派生
1 文件
最后活跃于 1752987531
Inline import the compiled TailwindCSS and Phoenix LiveView ViewHook and make it available to components
elixir lit phoenix tailwindcss
1 import {LitElement, unsafeCSS} from 'lit'
2 import type {ViewHook} from 'phoenix_live_view'
3 import styles from '../../../priv/static/assets/app.css?inline'
4
5 declare global {
6 interface HTMLElement {
7 LitLiveHook?: ViewHook
8 }
9 }
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 93ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Links ⋅ Portfolio ⋅ Git