POC: PureScript in Signal Desktop #2
Conversation
- Compiler: `purescript` - Build tool: `pulp`
- `replaceUnicodeOrderOverridesSync`
This will allow us to use `Message` for our union type of the different message types, e.g. incoming, outgoing, verified-change, keychange, etc.
For some reason, some of our database records have timestamp that are `Long`s instead of `Number`.
Is either set in `size` or `length`.
- Use `Fn*` / `runFN*` uncurrying optimizations. - Pass data in last, i.e. phone number
Used for phone number formatting.
Workaround since our HTML now doesn’t include spaces.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Highlights
Message
,Conversation
, based on researching and reconstructing the shape and types of existing and legacy data in IndexedDB as well as how the current app consumes data, etc.purescript-indexeddb
.Attachment
type module passes existing unit tests.libphonenumber
Conversation.compareTitle
Avatar.hashCode
case
expressions and compile-time checking that all cases have been handled:toContactDetails
:Signal-Desktop/purescript/src/Signal/Components/ConversationList.purs
Lines 154 to 165 in 4ed4898
renderAvatar
:Signal-Desktop/purescript/src/Signal/Components/ConversationList.purs
Lines 178 to 180 in 4ed4898